Skip to content

Commit cb452fe

Browse files
committed
test adjustment.
1 parent 624ad4f commit cb452fe

1 file changed

Lines changed: 78 additions & 0 deletions

File tree

test/general-purpose-bit.js

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,82 @@ describe('GeneralPurposeBit', function() {
1717
});
1818
});
1919

20+
describe('#parse', function() {
21+
it.skip('should be tested', function() {
22+
23+
});
24+
});
25+
26+
describe('#setNumberOfShannonFanoTrees', function() {
27+
it.skip('should be tested', function() {
28+
29+
});
30+
});
31+
32+
describe('#getNumberOfShannonFanoTrees', function() {
33+
it.skip('should be tested', function() {
34+
35+
});
36+
});
37+
38+
describe('#setSlidingDictionarySize', function() {
39+
it.skip('should be tested', function() {
40+
41+
});
42+
});
43+
44+
describe('#getSlidingDictionarySize', function() {
45+
it.skip('should be tested', function() {
46+
47+
});
48+
});
49+
50+
describe('#useDataDescriptor', function() {
51+
it.skip('should be tested', function() {
52+
53+
});
54+
});
55+
56+
describe('#usesDataDescriptor', function() {
57+
it.skip('should be tested', function() {
58+
59+
});
60+
});
61+
62+
describe('#useEncryption', function() {
63+
it.skip('should be tested', function() {
64+
65+
});
66+
});
67+
68+
describe('#usesEncryption', function() {
69+
it.skip('should be tested', function() {
70+
71+
});
72+
});
73+
74+
describe('#useStrongEncryption', function() {
75+
it.skip('should be tested', function() {
76+
77+
});
78+
});
79+
80+
describe('#usesStrongEncryption', function() {
81+
it.skip('should be tested', function() {
82+
83+
});
84+
});
85+
86+
describe('#useUTF8ForNames', function() {
87+
it.skip('should be tested', function() {
88+
89+
});
90+
});
91+
92+
describe('#usesUTF8ForNames', function() {
93+
it.skip('should be tested', function() {
94+
95+
});
96+
});
97+
2098
});

0 commit comments

Comments
 (0)