MCPcopy Create free account
hub / github.com/ReadyTalk/avian / testNoneOf

Method testNoneOf

test/EnumSetTest.java:61–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59 }
60
61 private static void testNoneOf() {
62 EnumSet<SmallEnum> set = EnumSet.noneOf(SmallEnum.class);
63 assertSize(0, set);
64 }
65
66 private static void testIterators() {
67 EnumSet<SmallEnum> set = EnumSet.allOf(SmallEnum.class);

Callers 1

mainMethod · 0.95

Calls 2

noneOfMethod · 0.95
assertSizeMethod · 0.95

Tested by

no test coverage detected