java.lang.Object
de.sormuras.bach.project.TestSources
- All Implemented Interfaces:
Realm<TestSources>
public final class TestSources extends Object implements Realm<TestSources>
Source set of
test modules.-
Constructor Summary
Constructors Constructor Description TestSources(SourceUnitMap units) -
Method Summary
Modifier and Type Method Description Stringname()Return the name of the realm.static TestSourcesof()SourceUnitMapunits()Return the underlying map of modular source units.TestSourcesunits(SourceUnitMap units)Create a new copy instance with setting the given modular source units map.
-
Constructor Details
-
Method Details
-
units
Description copied from interface:RealmReturn the underlying map of modular source units.- Specified by:
unitsin interfaceRealm<TestSources>- Returns:
- A
SourceUnitMapinstance
-
name
Description copied from interface:RealmReturn the name of the realm.- Specified by:
namein interfaceRealm<TestSources>- Returns:
- An empty string for the main realm, else a non-empty name string
-
of
-
units
Description copied from interface:RealmCreate a new copy instance with setting the given modular source units map.- Specified by:
unitsin interfaceRealm<TestSources>- Parameters:
units- The modular source unit map to set- Returns:
- A new copy instance
-