File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- // @angular -package/type.
2- import { is , typeOf } from '@angular-package/type' ;
31// Class.
42import { TestingDescribe } from './testing-describe.class' ;
53import { TestingIt } from './testing-it.class' ;
64import { TestingTests } from './testing-tests.class' ;
75// Interface.
86import { ExecutableTests } from '../interface/executable-tests.interface' ;
97/**
10- * Simple object to support the testing.
8+ * Simple `class` to support testing.
119 */
1210export class Testing extends TestingTests {
1311 /**
14- * Simple object to support the testing.
15- * Initialize testing object with providing allows for executing `describe()` and `it()` methods of an instance of `Testing` ,
16- * and optionally providing the storage of unique numbers of executable tests .
12+ * Simple `class` to support testing.
13+ * Creates an instance, sets allow globally for executing of the `describe()` and `it()` methods,
14+ * and optionally sets the list of executable tests (those that executes even on disallowed state) .
1715 * @param allowDescribe Allow executing `describe()` methods.
1816 * @param allowIt Allow executing `it()` methods.
1917 * @param executable An optional `object` of executable storage for `describe()` and `it()` methods.
You can’t perform that action at this time.
0 commit comments