Class BytecodeTest
java.lang.Object
test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest
Tests
BytecodeTest.- Author:
- Holger Eichelberger, SSE
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceInterface to represent all potential inputs to the service and the JSON input format.static classA test data class in oktoflow style.static @interfaceAn annotation for testing. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTests creating a dynamic class with public fields.voidTests extending a data class.
-
Constructor Details
-
BytecodeTest
public BytecodeTest()
-
-
Method Details
-
testCreateDataClass
public void testCreateDataClass() throws NoSuchFieldException, NoSuchMethodException, InstantiationException, IllegalAccessException, ClassNotFoundException, IllegalArgumentException, InvocationTargetExceptionTests extending a data class.- Throws:
NoSuchFieldException- shall not occurIllegalAccessException- shall not occurInstantiationException- shall not occurNoSuchMethodException- shall not occurClassNotFoundException- shall not occurInvocationTargetException- shall not occurIllegalArgumentException- shall not occur
-
testCreateBuilderClass
Tests creating a dynamic class with public fields.- Throws:
NoSuchFieldException- shall not occurClassNotFoundException- shall not occur
-