Index
All Classes and Interfaces|All Packages
A
- AllTests - Class in test.de.oktoflow.platform.support.bytecode.bytebuddy
-
Defines the tests to be executed.
- AllTests() - Constructor for class test.de.oktoflow.platform.support.bytecode.bytebuddy.AllTests
B
- BytecodeTest - Class in test.de.oktoflow.platform.support.bytecode.bytebuddy
-
Tests
BytecodeTest. - BytecodeTest() - Constructor for class test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest
- BytecodeTest.BaseDataUnitFunctions - Interface in test.de.oktoflow.platform.support.bytecode.bytebuddy
-
Interface to represent all potential inputs to the service and the JSON input format.
- BytecodeTest.Data - Class in test.de.oktoflow.platform.support.bytecode.bytebuddy
-
A test data class in oktoflow style.
- BytecodeTest.MyAnnotation - Annotation Interface in test.de.oktoflow.platform.support.bytecode.bytebuddy
-
An annotation for testing.
D
- Data() - Constructor for class test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest.Data
G
- get$period() - Method in interface test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest.BaseDataUnitFunctions
-
Returns the delay period between this and the next data unit.
- get$repeats() - Method in interface test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest.BaseDataUnitFunctions
-
Returns the number of repeats of this data unit.
- getIntField() - Method in class test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest.Data
-
Returns the int field value.
I
- intField - Variable in class test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest.Data
S
- set$period(int) - Method in interface test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest.BaseDataUnitFunctions
-
Changes the delay period between this and the next data unit.
- set$repeats(int) - Method in interface test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest.BaseDataUnitFunctions
-
Changes the number of repeats of this data unit.
- setIntField(int) - Method in class test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest.Data
-
Changes the int field value.
T
- test.de.oktoflow.platform.support.bytecode.bytebuddy - package test.de.oktoflow.platform.support.bytecode.bytebuddy
-
Tests.
- testCreateBuilderClass() - Method in class test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest
-
Tests creating a dynamic class with public fields.
- testCreateDataClass() - Method in class test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest
-
Tests extending a data class.
V
- value() - Element in annotation interface test.de.oktoflow.platform.support.bytecode.bytebuddy.BytecodeTest.MyAnnotation
-
Some value.
All Classes and Interfaces|All Packages