isTesting

Boolean determining whether the application is running tests or not.

  1. bool isTesting;
    version(Diamond_UnitTesting)
    static const
    bool isTesting;
  2. bool isTesting;

Meta