isIsolated property
bool
get
isIsolated
Whether this case isolates one ruleUnderTest (everything but realWorld).
Implementation
bool get isIsolated => category != CorpusCategory.realWorld;
Whether this case isolates one ruleUnderTest (everything but realWorld).
bool get isIsolated => category != CorpusCategory.realWorld;