Index
All Classes and Interfaces|All Packages
A
- ASYNC_HAS_EXPECTED_EXCEPTION - Enum constant in enum class com.google.j2cl.junit.async.AsyncTestRunner.ErrorMessage
- ASYNC_HAS_NO_TIMEOUT - Enum constant in enum class com.google.j2cl.junit.async.AsyncTestRunner.ErrorMessage
- AsyncTestRunner - Class in com.google.j2cl.junit.async
-
A test runner that allows for asynchronous test using LitenableFuture or a structural Promise.
- AsyncTestRunner(Class<?>) - Constructor for class com.google.j2cl.junit.async.AsyncTestRunner
- AsyncTestRunner.ErrorMessage - Enum Class in com.google.j2cl.junit.async
C
- com.google.j2cl.junit.async - package com.google.j2cl.junit.async
F
- format(Object...) - Method in enum class com.google.j2cl.junit.async.AsyncTestRunner.ErrorMessage
I
- INVALID_CALLBACK_PARAMETER - Enum constant in enum class com.google.j2cl.junit.async.AsyncTestRunner.ErrorMessage
M
- methodInvoker(FrameworkMethod, Object) - Method in class com.google.j2cl.junit.async.AsyncTestRunner
- MULTIPLE_THEN_METHOD - Enum constant in enum class com.google.j2cl.junit.async.AsyncTestRunner.ErrorMessage
N
- NO_THEN_METHOD - Enum constant in enum class com.google.j2cl.junit.async.AsyncTestRunner.ErrorMessage
T
- TEST_HAS_TIMEOUT_ANNOTATION - Enum constant in enum class com.google.j2cl.junit.async.AsyncTestRunner.ErrorMessage
- Timeout - Annotation Interface in com.google.j2cl.junit.async
-
Defines a timeout for JUnit lifecycle methods.
V
- validatePublicVoidNoArgMethods(Class<? extends Annotation>, boolean, List<Throwable>) - Method in class com.google.j2cl.junit.async.AsyncTestRunner
- value() - Element in annotation interface com.google.j2cl.junit.async.Timeout
- valueOf(String) - Static method in enum class com.google.j2cl.junit.async.AsyncTestRunner.ErrorMessage
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.google.j2cl.junit.async.AsyncTestRunner.ErrorMessage
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- withAfters(FrameworkMethod, Object, Statement) - Method in class com.google.j2cl.junit.async.AsyncTestRunner
- withBefores(FrameworkMethod, Object, Statement) - Method in class com.google.j2cl.junit.async.AsyncTestRunner
- withPotentialTimeout(FrameworkMethod, Object, Statement) - Method in class com.google.j2cl.junit.async.AsyncTestRunner
All Classes and Interfaces|All Packages