See: Description
| Interface | Description |
|---|---|
| DataProvider<T> |
Interface for providing test data of the given type.
|
| Exception | Description |
|---|---|
| DataProvidingException |
Exception thrown when creating data for tests failed for any reason.
|
Contains classes to provide data as test artifacts for your tests.
When dealing with tests you often need to get some data. Most of the time data where the real content actually does not matter. The data just need to match certain criteria - they should be numeric, should be in a given range or whatever.
This package provides providers for data. The central package is net.joala.data.random which will
generate several random data for you.
Copyright © 2011-2013 CoreMedia AG. All Rights Reserved.