- ALL_CLASSES_AND_ALL_APIS - Static variable in class org.objectweb.asm.test.AsmTest
-
MethodSource name to be used in parameterized tests that must be instantiated for all possible
(precompiled class, api) pairs.
- ALL_CLASSES_AND_LATEST_API - Static variable in class org.objectweb.asm.test.AsmTest
-
MethodSource name to be used in parameterized tests that must be instantiated for all
precompiled classes, with the latest api.
- allClassesAndAllApis() - Static method in class org.objectweb.asm.test.AsmTest
-
Builds a list of test arguments for a parameterized test.
- allClassesAndLatestApi() - Static method in class org.objectweb.asm.test.AsmTest
-
Builds a list of test arguments for a parameterized test.
- AsmTest - Class in org.objectweb.asm.test
-
Base class for the ASM tests.
- AsmTest() - Constructor for class org.objectweb.asm.test.AsmTest
-
- AsmTest.Api - Enum in org.objectweb.asm.test
-
An ASM API version.
- AsmTest.ClassSubject - Class in org.objectweb.asm.test
-
Helper to make assertions about a class.
- AsmTest.InvalidClass - Enum in org.objectweb.asm.test
-
An invalid class, hand-crafted to contain some set of invalid class file structures.
- AsmTest.PrecompiledClass - Enum in org.objectweb.asm.test
-
A precompiled class, hand-crafted to contain some set of class file structures.
- Assertions - Class in org.objectweb.asm.test
-
Provides convenient assertions to check that an executable succeeds or throws an exception,
depending on some condition.
- Assertions.ExecutableOutcomeSubject<T extends java.lang.Throwable> - Class in org.objectweb.asm.test
-
- Assertions.ExecutableSubject - Class in org.objectweb.asm.test
-
- assertThat(Executable) - Static method in class org.objectweb.asm.test.Assertions
-
- assertThatClass(byte[]) - Static method in class org.objectweb.asm.test.AsmTest
-
Starts an assertion about the given class content.