You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[reactive][reactive-github-readme]| Automatize the process of creating some rxjs features. |[![npm version][reactive-npm-badge-png]][reactive-npm-badge]|
16
16
|[storage][storage-github-readme]| The storage of data under allowed names. |[![npm version][storage-npm-badge-png]][storage-npm-badge]|
17
17
|[tag][tag-github-readme]| Any tag with optional attributes. |[![npm version][tag-npm-badge-png]][tag-npm-badge]|
18
-
|[testing][testing-github-readme]|Support for testing other packages.|[![npm version][testing-npm-badge-png]][testing-npm-badge]|
18
+
|**[testing][testing-github-readme]**|**Support for testing other packages.**|[![npm version][testing-npm-badge-png]][testing-npm-badge]|
19
19
|[text][text-github-readme]| Text on the template with replaceable tags. |[![npm version][text-npm-badge-png]][text-npm-badge]|
20
-
|**[type][type-github-readme]**|**Common types, type guards, and type checkers.**|[![npm version][type-npm-badge-png]][type-npm-badge]|
20
+
|[type][type-github-readme]|Common types, type guards, and type checkers.|[![npm version][type-npm-badge-png]][type-npm-badge]|
21
21
|[ui][ui-github-readme]| User interface. |*In Progress*|
22
22
|[wrapper][wrapper-github-readme]| Wrap the text with the opening and closing chars. |[![npm version][wrapper-npm-badge-png]][wrapper-npm-badge]|
23
23
@@ -1983,35 +1983,36 @@ Matchers that use the `toBe()` method of [`jasmine.Matchers`][jasmine-matchers].
1983
1983
1984
1984
**Instance public methods:**
1985
1985
1986
-
| TestingToBeMatchers.prototype. | Expects provided `value` to be |
|[`number()`](#testingtobematchersprototypenumber)| a [`number`][js-number] type or an instance of a [`Number`][js-number]. |
2000
-
|[`numberBetween()`](#testingtobematchersprototypenumberbetween)| a [`number`][js-number] type or an instance of a [`Number`][js-number] between the **range** of **minimum** and **maximum**. |
2001
-
|[`object()`](#testingtobematchersprototypeobject)| an [`object`][js-object]. |
2002
-
|[`objectKey()`](#testingtobematchersprototypeobjectkey)| an [`object`][js-object] with a given `key` by using the [`hasOwnProperty()`][js-hasownproperty] method of the [`Object`][js-object]. |
2003
-
|[`objectKeyIn()`](#testingtobematchersprototypeobjectkeyin)| an [`object`][js-object] with a given `key` in it(or its prototype chain) by using the [`in`][js-in-operator] operator. |
2004
-
|[`objectKeys()`](#testingtobematchersprototypeobjectkeys)| an [`object`][js-object] with given `keys` by using the [`hasOwnProperty()`][js-hasownproperty] method of the [`Object`][js-object]. |
2005
-
|[`objectKeysIn()`](#testingtobematchersprototypeobjectkeysin)| an [`object`][js-object] with given `keys` in it(or its prototype chain) by using the [`in`][js-in-operator] operator. |
2006
-
|[`objectSomeKeys()`](#testingtobematchersprototypeobjectsomekeys)| an [`object`][js-object] with **some** of its keys or **some groups** of its keys of the `PropertyKey` type. |
|[`string()`](#testingtobematchersprototypestring)| a [`string`][js-string] type or an instance of a [`String`][js-string]. |
2009
-
|[`stringIncludes()`](#testingtobematchersprototypestringincludes)| a [`string`][js-string] type or an instance of a [`String`][js-string] that **includes** the specified **words/sentences**. |
2010
-
|[`stringIncludesSome()`](#testingtobematchersprototypestringincludessome)| a [`string`][js-string] type or an instance of a [`String`][js-string] that **includes some** of the specified **words/sentences**. |
2011
-
|[`stringOfLength()`](#testingtobematchersprototypestringoflength)| a [`string`][js-string] type or an instance of a [`String`][js-string] of the **length** between the given **minimum** and **maximum**. |
2012
-
|[`symbol()`](#testingtobematchersprototypesymbol)| a [`symbol`][js-symbol]. |
2013
-
|[`true()`](#testingtobematchersprototypetrue)| a [`boolean`][js-boolean] type or an instance of [`Boolean`][js-boolean] equal to `true`. |
|[`number()`](#testingtobematchersprototypenumber)| a [`number`][js-number] type or an instance of a [`Number`][js-number]. |
2000
+
|[`numberBetween()`](#testingtobematchersprototypenumberbetween)| a [`number`][js-number] type or an instance of a [`Number`][js-number] between the **range** of **minimum** and **maximum**. |
2001
+
|[`object()`](#testingtobematchersprototypeobject)| an [`object`][js-object]. |
2002
+
|[`objectKey()`](#testingtobematchersprototypeobjectkey)| an [`object`][js-object] with a given `key` by using the [`hasOwnProperty()`][js-hasownproperty] method of the [`Object`][js-object]. |
2003
+
|[`objectKeyIn()`](#testingtobematchersprototypeobjectkeyin)| an [`object`][js-object] with a given `key` in it(or its prototype chain) by using the [`in`][js-in-operator] operator. |
2004
+
|[`objectKeys()`](#testingtobematchersprototypeobjectkeys)| an [`object`][js-object] with given `keys` by using the [`hasOwnProperty()`][js-hasownproperty] method of the [`Object`][js-object]. |
2005
+
|[`objectKeysIn()`](#testingtobematchersprototypeobjectkeysin)| an [`object`][js-object] with given `keys` in it(or its prototype chain) by using the [`in`][js-in-operator] operator. |
2006
+
|[`objectSomeKeys()`](#testingtobematchersprototypeobjectsomekeys)| an [`object`][js-object] with **some** of its keys or **some groups** of its keys of the `PropertyKey` type. |
|[`string()`](#testingtobematchersprototypestring)| a [`string`][js-string] type or an instance of a [`String`][js-string]. |
2009
+
|[`stringIncludes()`](#testingtobematchersprototypestringincludes)| a [`string`][js-string] type or an instance of a [`String`][js-string] that **includes** the specified **words/sentences**. |
2010
+
|[`stringIncludesSome()`](#testingtobematchersprototypestringincludessome)| a [`string`][js-string] type or an instance of a [`String`][js-string] that **includes some** of the specified **words/sentences**. |
2011
+
|[`stringOfLength()`](#testingtobematchersprototypestringoflength)| a [`string`][js-string] type or an instance of a [`String`][js-string] of the specified **length**. |
2012
+
|[`stringOfLengthBetween()`](#testingtobematchersprototypestringoflengthbetween)| a [`string`][js-string] type or an instance of a [`String`][js-string] of the **length** between the given **minimum** and **maximum**. |
2013
+
|[`symbol()`](#testingtobematchersprototypesymbol)| a [`symbol`][js-symbol]. |
2014
+
|[`true()`](#testingtobematchersprototypetrue)| a [`boolean`][js-boolean] type or an instance of [`Boolean`][js-boolean] equal to `true`. |
Expects provided `value` to be a [`string`][js-string] type or an instance of a [`String`][js-string] of the **length** between the given **minimum** and **maximum**. The method uses [`isStringLength()`](https://github.com/angular-package/type#isstringlength) function from the [`@angular-package/type`][type-github-readme].
3361
+
Expects provided `value` to be a [`string`][js-string] type or an instance of a [`String`][js-string] of the given **length**. The method uses [`isStringLength()`](https://docs.angular-package.dev/v/type/is/isstringlength) function from the [`@angular-package/type`][type-github-readme].
|`value: any`| The `value` of any type that is checked against a [`string`][js-string] type or an instance of a [`String`][js-string] of the given **length** and the result of its check is passed to the [`expect()`][jasmine-expect] function of jasmine. |
3382
+
|`length: Length`| The **length** of generic type variable `Length` for the given `value`, |
3383
+
|`expected: jasmine.Expected<boolean>`| The expected value of a [`boolean`][js-boolean] to compare against the result of the `value` check that is passed to the `toBe()` method of [`jasmine.Matchers`][jasmine-matchers]. |
3384
+
|`expectationFailOutput: any`| An additional message when the matcher fails, by default, states the `value` should be (or not) a [`string`][js-string] type or an instance of a [`String`][js-string] of the specified **length**. |
3385
+
3386
+
**Returns:**
3387
+
3388
+
The **return value** is an instance of a [`TestingToBeMatchers`](#testingtobematchers).
Expects provided `value` to be a [`string`][js-string] type or an instance of a [`String`][js-string] of the **length** between the given **minimum** and **maximum**. The method uses [`isStringLengthBetween()`](https://docs.angular-package.dev/v/type/is/isstringlengthbetween) function from the [`@angular-package/type`][type-github-readme].
|`value: any`| The `value` of any type that is checked against a [`string`][js-string] type or an instance of a [`String`][js-string] of the specified **length** and the result of its check is passed to the [`expect()`][jasmine-expect] function of jasmine. |
3449
+
|`value: any`| The `value` of any type that is checked against a [`string`][js-string] type or an instance of a [`String`][js-string] of the specified **min** and **max** and the result of its check is passed to the [`expect()`][jasmine-expect] function of jasmine. |
3386
3450
|`min: Min`| The **minimum** length of generic type variable `Min` of a given `value`. |
3387
3451
|`max: Max`| The **maximum** length of generic type variable `Max` of a given `value`. |
3388
3452
|`expected: jasmine.Expected<boolean>`| The expected value of a [`boolean`][js-boolean] to compare against the result of the `value` check that is passed to the `toBe()` method of [`jasmine.Matchers`][jasmine-matchers]. |
0 commit comments