isIsolated property

bool get isIsolated

Whether this case isolates one ruleUnderTest (everything but realWorld).

Implementation

bool get isIsolated => category != CorpusCategory.realWorld;