See: Description
Interface | Description |
---|---|
IntegrationTest |
Tests that cover more functionality than a simple Unit Test.
|
PerformanceTest |
Performance Tests generate performance metrics: speed, memory usage, disk space,...
|
SampleTest |
Sample Tests give a Short, Self Contained, Correct, Example and can be used as documentation for end users.
|
SlowTest |
Tests that can take longer than a couple of milliseconds to run.
|
UnitTest |
Unit Tests are used to check individual units of source code.
|
Test classes without annotation are considered Unit Tests.
Copyright © 1998–2020 iText Group NV. All rights reserved.