forked from StarOpenSource/Engine
6 lines
185 B
Java
6 lines
185 B
Java
|
/**
|
||
|
* Classes in this package are designed to be used within unit tests.
|
||
|
* They aim at simplifying certain aspects of unit testing.
|
||
|
*/
|
||
|
package de.staropensource.sosengine.unittests;
|