isTest property
If this is true
, it indicates that test adapters are set in TestMasamuneAdapterScope.setTestAdapters
and it is in test mode.
これがtrue
の場合、TestMasamuneAdapterScope.setTestAdapters
にテスト用のアダプターがセットされておりテストモードであることを示します。
Implementation
bool get isTest => _test.isNotEmpty;