| Interface | Description |
|---|---|
| FixtureMapTraversal.Processor |
The interface that runs when visit edges.
|
| FixtureTemplate |
| Class | Description |
|---|---|
| FixtureList |
FixtureList decorates a list from fixture
The source of FixtureList generally
ArrayList that is parsed by FixtureParser |
| FixtureMap |
FixtureMap decorates a map from fixture
The source of FixtureMap generally
LinkedHashMap that is parsed by FixtureParser. |
| FixtureMapTraversal |
It traverses(DFS) FixtureMap's all edge elements.
|
| FixtureMetadata |
Metadata for
FixtureTemplate |
| FixtureTemplateSubTypeHandler | |
| FixtureValue |
FixtureValue decorates a value from a fixture
The value of FixtureValue should plain object such as String, Date, Boolean, etc.
|
Copyright © 2018. All rights reserved.