C D I N P R S U V
C
- 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
- 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.
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
- VerySlowTest - Interface in cz.auderis.test.category
-
Denotes tests that can run for a very long time and block normal development cycle.
C D I N P R S U V
Copyright © 2015 Boleslav Bobcik - Auderis. All rights reserved.