Package es.bsc.dataclay.logic.classmgr
Class ClassManagerByteCodeTest
- java.lang.Object
-
- es.bsc.dataclay.logic.classmgr.ClassManagerByteCodeTest
-
public class ClassManagerByteCodeTest extends Object
-
-
Constructor Summary
Constructors Constructor Description ClassManagerByteCodeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
after()
void
before()
void
testAnalyzeClass()
void
testAnalyzeClassDataClayCollections()
void
testAsmifier()
void
testGenerateExecClasses()
void
testGenerateExecClassesDataClayCollections()
void
testGenerateStub()
void
testGenerateStubDataClayCollections()
void
testHeaderTransformer()
void
testMergeEnrichment()
-
-
-
Method Detail
-
after
public void after()
-
before
public void before()
-
testAnalyzeClassDataClayCollections
public void testAnalyzeClassDataClayCollections() throws Exception
- Throws:
Exception
-
testGenerateStubDataClayCollections
public void testGenerateStubDataClayCollections() throws Exception
- Throws:
Exception
-
testGenerateExecClassesDataClayCollections
public void testGenerateExecClassesDataClayCollections() throws Exception
- Throws:
Exception
-
-