AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
RunTests.java
Go to the documentation of this file.
1
package
aud.test;
2
3
import
org.junit.runner.*;
4
import
org.junit.runners.*;
5
6
@RunWith(Suite.class)
7
@Suite.SuiteClasses(
8
{ VectorTest.class,
9
SListTest.class,
10
DListTest.class,
11
StackTest.class,
12
QueueTest.class,
13
BinaryTreeTest.class,
14
BinarySearchTreeTest.class,
15
AVLTreeTest.class,
16
A234TreeTest.class,
17
RedBlackTreeTest.class,
18
BTreeTest.class,
19
SparseMatrixCSTest.class,
20
AdjacencyMatrixTest.class,
21
GraphTest.class
22
}
23
)
24
public
class
RunTests
{
25
}
aud.test.RunTests
Definition:
RunTests.java:24
test
RunTests.java
Generated on Thu Jun 5 2025 18:19:02 for AuD by
1.9.5