Uses of Class
net.binis.codegen.test.TestClassLoader
Packages that use TestClassLoader
-
Uses of TestClassLoader in net.binis.codegen.generation.core
Methods in net.binis.codegen.generation.core with parameters of type TestClassLoaderModifier and TypeMethodDescriptionstatic booleanCompileHelper.compile(TestClassLoader loader, List<net.binis.codegen.objects.Pair<String, String>> files) -
Uses of TestClassLoader in net.binis.codegen.test
Methods in net.binis.codegen.test that return TestClassLoaderModifier and TypeMethodDescriptionprotected TestClassLoaderprotected TestClassLoaderBaseCodeGenTest.testMulti(List<org.apache.commons.lang3.tuple.Triple<String, String, String>> files, int expected) protected TestClassLoaderBaseCodeGenTest.testMulti(List<org.apache.commons.lang3.tuple.Triple<String, String, String>> files, String pathToSave) protected TestClassLoaderBaseCodeGenTest.testMultiExecute(List<org.apache.commons.lang3.tuple.Triple<String, String, String>> files, int expected, String pathToSave, String resExecute, boolean includePrototype) protected TestClassLoaderBaseCodeGenTest.testMultiExecute(List<org.apache.commons.lang3.tuple.Triple<String, String, String>> files, String resExecute) protected TestClassLoaderBaseCodeGenTest.testMultiImplementation(List<org.apache.commons.lang3.tuple.Triple<String, String, String>> files) protected TestClassLoaderBaseCodeGenTest.testMultiPass(List<net.binis.codegen.objects.Pair<List<org.apache.commons.lang3.tuple.Triple<String, String, String>>, Integer>> passes) protected TestClassLoaderBaseCodeGenTest.testMultiPassExecute(List<net.binis.codegen.objects.Pair<List<org.apache.commons.lang3.tuple.Triple<String, String, String>>, Integer>> passes, String pathToSave, String resExecute) BaseCodeGenCompilerTest.testSingle(String path) BaseCodeGenElementTest.testSingle(String path) protected TestClassLoaderBaseCodeGenTest.testSingle(String prototype, String resClass, String resInterface) protected TestClassLoaderBaseCodeGenTest.testSingle(String prototype, String resClass, String resInterface, int expected) protected TestClassLoaderBaseCodeGenTest.testSingle(String prototype, String resClass, String resInterface, int expected, boolean skipCompilation) protected TestClassLoaderBaseCodeGenTest.testSingle(String prototype, String resClass, String resInterface, String pathToSave) protected TestClassLoaderBaseCodeGenTest.testSingle(String prototype, String resClass, String resInterface, String pathToSave, int expected) protected TestClassLoaderBaseCodeGenTest.testSingleExecute(String prototype, String resClass, String resInterface, int expected, String resExecute) protected TestClassLoaderBaseCodeGenTest.testSingleExecute(String prototype, String resClass, String resInterface, String resExecute) protected TestClassLoaderBaseCodeGenTest.testSingleExecute(String prototype, String resClass, String resInterface, String pathToSave, int expected, String resExecute, boolean skipCompilation, boolean includePrototype, boolean skipPrototypeCompilation, String... custom) protected TestClassLoaderBaseCodeGenTest.testSingleImplementation(String prototype, String resClass) protected TestClassLoaderBaseCodeGenTest.testSingleSkip(String prototype, String resClass, String resInterface, boolean skipPrototype, boolean skipCompilation) protected TestClassLoaderBaseCodeGenTest.testSingleWithBase(String basePrototype, String baseClassName, String prototype, String className, String baseClass, String baseInterface, String resClass, String resInterface) protected TestClassLoaderBaseCodeGenTest.testSingleWithCustom(String prototype, String resClass, String resInterface, String... custom) protected TestClassLoaderBaseCodeGenTest.testSingleWithMixIn(String basePrototype, String baseClassName, String prototype, String className, String baseClass, String baseInterface, String mixInInterface) Methods in net.binis.codegen.test with parameters of type TestClassLoaderModifier and TypeMethodDescriptionprotected booleanBaseCodeTest.compile(TestClassLoader loader, List<net.binis.codegen.objects.Pair<String, String>> files, String resExecute, boolean loadAll, String... args) protected voidBaseCodeTest.defineObjects(TestClassLoader loader, Map<String, JavaByteObject> objects) protected voidBaseCodeTest.defineObjects(TestClassLoader loader, Map<String, JavaByteObject> objects, int tries)