Skip navigation links
A C D I N P R S U V 

A

AcceptanceTest - Interface in cz.auderis.test.category
Denotes category of important tests that support decisions about quality of the system from requirements' point of view.

C

cz.auderis.test.annotation - package cz.auderis.test.annotation
 
cz.auderis.test.category - package cz.auderis.test.category
Defines marker interfaces that serve as JUnit category tags.

D

DatabaseTest - Interface in cz.auderis.test.category
Denotes category of tests that verify interactions between code and a database.
DetailedTest - Interface in cz.auderis.test.category
Denotes category of tests that perform detailed inspections, possibly not needed in normal build verifications.

I

IntegrationTest - Interface in cz.auderis.test.category
Denotes category of tests that have larger scope than normal unit tests.

N

NetworkTest - Interface in cz.auderis.test.category
Denotes category of tests that verify network communications.

P

PerformanceTest - Interface in cz.auderis.test.category
Denotes category for test that measure performance characteristics of a tested code.

R

RegressionTest - Interface in cz.auderis.test.category
Denotes category of tests that are typically performed in QA phase.

S

SanityTest - Interface in cz.auderis.test.category
Denotes category of build verification (sanity) tests.
SecurityTest - Interface in cz.auderis.test.category
Denotes category of tests that check security properties of the system under test.
SlowTest - Interface in cz.auderis.test.category
Denotes tests that can run for a significant time and therefore should be skipped in routine development-phase test runs.
SmokeTest - Interface in cz.auderis.test.category
Denotes category of tests whose purpose is to reveal simple but serious software defects.

U

UnitTest - Interface in cz.auderis.test.category
Denotes normal unit test category.
UnstableTest - Interface in cz.auderis.test.category
Denotes category of tests that are incomplete, misbehaving or otherwise deemed not production grade.
UserInterfaceTest - Interface in cz.auderis.test.category
Denotes category of tests that verify user interface code.

V

VerifiesIssue - Annotation Type in cz.auderis.test.annotation
Denotes that a test class or even a specific test method verifies that the provided issues were correctly resolved.
VerySlowTest - Interface in cz.auderis.test.category
Denotes tests that can run for a very long time and block normal development cycle.
A C D I N P R S U V 
Skip navigation links