Class | Description |
---|---|
AsmTest |
Base class for the ASM tests.
|
AsmTest.ClassSubject |
Helper to make assertions about a class.
|
Assertions |
Provides convenient assertions to check that an executable succeeds or throws an exception,
depending on some condition.
|
Assertions.ExecutableOutcomeSubject<T extends Throwable> | |
Assertions.ExecutableSubject |
Enum | Description |
---|---|
AsmTest.Api |
An ASM API version.
|
AsmTest.InvalidClass |
An invalid class, hand-crafted to contain some set of invalid class file structures.
|
AsmTest.PrecompiledClass |
A precompiled class, hand-crafted to contain some set of class file structures.
|
Copyright © 2018. All rights reserved.