Index
All Classes and Interfaces|All Packages
A
- AbstractThrowableTypeResolver<T extends Throwable> - Class in io.github.astrapi69.junit.jupiter.callback
-
The abstract class
AbstractThrowableTypeResolvercan resolve the generic throwable type - AbstractThrowableTypeResolver() - Constructor for class io.github.astrapi69.junit.jupiter.callback.AbstractThrowableTypeResolver
- AbstractTypeResolver<T> - Class in io.github.astrapi69.junit.jupiter.callback
-
The abstract class
AbstractTypeResolvercan resolve the generic type. - AbstractTypeResolver() - Constructor for class io.github.astrapi69.junit.jupiter.callback.AbstractTypeResolver
G
- GenericAllMethodsThrowableHandler<T extends Throwable> - Class in io.github.astrapi69.junit.jupiter.callback.all
-
The abstract class
GenericAllMethodsThrowableHandlercan be extended with a concrete type that have to be ignored in the lifecycle from the test annotation. - GenericAllMethodsThrowableHandler() - Constructor for class io.github.astrapi69.junit.jupiter.callback.all.GenericAllMethodsThrowableHandler
- GenericEachMethodsThrowableHandler<T extends Throwable> - Class in io.github.astrapi69.junit.jupiter.callback.each
-
The abstract class
GenericEachMethodsThrowableHandlercan be used if theHeadlessExceptionshould be ignored in the @BeforeEach lifecycle methods. - GenericEachMethodsThrowableHandler() - Constructor for class io.github.astrapi69.junit.jupiter.callback.each.GenericEachMethodsThrowableHandler
- GenericThrowableExtension<T extends Throwable> - Class in io.github.astrapi69.junit.jupiter.callback.before.test
-
The abstract class
GenericThrowableExtensioncan be extended with a concrete type that have to be ignored in the lifecycle from the test annotation. - GenericThrowableExtension() - Constructor for class io.github.astrapi69.junit.jupiter.callback.before.test.GenericThrowableExtension
H
- handleAfterAllMethodExecutionException(ExtensionContext, Throwable) - Method in class io.github.astrapi69.junit.jupiter.callback.all.GenericAllMethodsThrowableHandler
- handleAfterEachMethodExecutionException(ExtensionContext, Throwable) - Method in class io.github.astrapi69.junit.jupiter.callback.each.GenericEachMethodsThrowableHandler
- handleBeforeAllMethodExecutionException(ExtensionContext, Throwable) - Method in class io.github.astrapi69.junit.jupiter.callback.all.GenericAllMethodsThrowableHandler
- handleBeforeEachMethodExecutionException(ExtensionContext, Throwable) - Method in class io.github.astrapi69.junit.jupiter.callback.each.GenericEachMethodsThrowableHandler
- handleTestExecutionException(ExtensionContext, Throwable) - Method in class io.github.astrapi69.junit.jupiter.callback.before.test.GenericThrowableExtension
I
- IgnoreHeadlessExceptionAllMethodsThrowableHandler - Class in io.github.astrapi69.junit.jupiter.callback.all
-
The class
IgnoreHeadlessExceptionAllMethodsThrowableHandlercan be used if theHeadlessExceptionshould be ignored in the @BeforeAll lifecycle methods. - IgnoreHeadlessExceptionAllMethodsThrowableHandler() - Constructor for class io.github.astrapi69.junit.jupiter.callback.all.IgnoreHeadlessExceptionAllMethodsThrowableHandler
- IgnoreHeadlessExceptionEachMethodsThrowableHandler - Class in io.github.astrapi69.junit.jupiter.callback.each
-
The class
IgnoreHeadlessExceptionEachMethodsThrowableHandlercan be used if theHeadlessExceptionshould be ignored in the @BeforeEach lifecycle methods. - IgnoreHeadlessExceptionEachMethodsThrowableHandler() - Constructor for class io.github.astrapi69.junit.jupiter.callback.each.IgnoreHeadlessExceptionEachMethodsThrowableHandler
- IgnoreHeadlessExceptionExtension - Class in io.github.astrapi69.junit.jupiter.callback.before.test
-
The class
IgnoreHeadlessExceptionExtensioncan be used if theHeadlessExceptionshould be ignored in the lifecycle from the test annotation. - IgnoreHeadlessExceptionExtension() - Constructor for class io.github.astrapi69.junit.jupiter.callback.before.test.IgnoreHeadlessExceptionExtension
- initialize() - Method in class io.github.astrapi69.junit.jupiter.callback.AbstractThrowableTypeResolver
-
Initialize and sets the concrete class type
- initialize() - Method in class io.github.astrapi69.junit.jupiter.callback.AbstractTypeResolver
-
Initialize and sets the concrete class type
- io.github.astrapi69.junit.jupiter.callback - package io.github.astrapi69.junit.jupiter.callback
- io.github.astrapi69.junit.jupiter.callback.all - package io.github.astrapi69.junit.jupiter.callback.all
- io.github.astrapi69.junit.jupiter.callback.before.test - package io.github.astrapi69.junit.jupiter.callback.before.test
- io.github.astrapi69.junit.jupiter.callback.each - package io.github.astrapi69.junit.jupiter.callback.each
J
- junit.jupiter.extensions.main - module junit.jupiter.extensions.main
-
The MIT License Copyright (C) 2021 Asterios Raptis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
All Classes and Interfaces|All Packages