Skip to content

Commit 0dac67d

Browse files
committed
expose registry size for testing
1 parent 710d58e commit 0dac67d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/marginallyclever/nodegraphcore/DAO4JSONFactory.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,8 @@ public static void registerAllDAOInPackage(String packageName) throws GraphExcep
112112
}
113113
}
114114
}
115+
116+
static int size() {
117+
return daoRegistry.size();
118+
}
115119
}

0 commit comments

Comments
 (0)