isTest property

bool get isTest
inherited

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;