Merge branch 'riehlegroup:main' into main #101
Annotations
23 errors
test
Process completed with exit code 1.
|
test/adap-b02/names/Name.test.ts > Basic StringName function tests > test insert:
test/adap-b02/names/Name.test.ts#L11
AssertionError: expected 'oss.fau.de,cs' to be 'oss.cs.fau.de' // Object.is equality
Expected: "oss.cs.fau.de"
Received: "oss.fau.de,cs"
❯ test/adap-b02/names/Name.test.ts:11:26
|
test/adap-b02/names/Name.test.ts > Basic StringName function tests > test append:
test/adap-b02/names/Name.test.ts#L16
AssertionError: expected 'oss.cs.fauundefinedde' to be 'oss.cs.fau.de' // Object.is equality
Expected: "oss.cs.fau.de"
Received: "oss.cs.fauundefinedde"
❯ test/adap-b02/names/Name.test.ts:16:26
|
test/adap-b02/names/Name.test.ts > Basic StringName function tests > test remove:
test/adap-b02/names/Name.test.ts#L21
AssertionError: expected '' to be 'cs.fau.de' // Object.is equality
- Expected
+ Received
- cs.fau.de
❯ test/adap-b02/names/Name.test.ts:21:26
|
test/adap-b02/names/Name.test.ts > Basic StringArrayName function tests > test insert:
test/adap-b02/names/Name.test.ts#L29
AssertionError: expected 'ossundefinedcsundefinedfauundefinedde' to be 'oss.cs.fau.de' // Object.is equality
Expected: "oss.cs.fau.de"
Received: "ossundefinedcsundefinedfauundefinedde"
❯ test/adap-b02/names/Name.test.ts:29:26
|
test/adap-b02/names/Name.test.ts > Basic StringArrayName function tests > test append:
test/adap-b02/names/Name.test.ts#L34
AssertionError: expected 'ossundefinedcsundefinedfauundefinedde' to be 'oss.cs.fau.de' // Object.is equality
Expected: "oss.cs.fau.de"
Received: "ossundefinedcsundefinedfauundefinedde"
❯ test/adap-b02/names/Name.test.ts:34:26
|
test/adap-b02/names/Name.test.ts > Basic StringArrayName function tests > test remove:
test/adap-b02/names/Name.test.ts#L39
AssertionError: expected 'csundefinedfauundefinedde' to be 'cs.fau.de' // Object.is equality
Expected: "cs.fau.de"
Received: "csundefinedfauundefinedde"
❯ test/adap-b02/names/Name.test.ts:39:26
|
test
Process completed with exit code 1.
|
test/adap-b01/names/Name.test.ts > Basic initialization tests > test construction 1:
test/adap-b01/names/Name.test.ts#L7
TypeError: n.asString is not a function
❯ test/adap-b01/names/Name.test.ts:7:14
|
test/adap-b01/names/Name.test.ts > Basic function tests > test insert:
test/adap-b01/names/Name.test.ts#L15
TypeError: n.asString is not a function
❯ test/adap-b01/names/Name.test.ts:15:14
|
test/adap-b01/names/Name.test.ts > Delimiter function tests > test insert:
test/adap-b01/names/Name.test.ts#L23
TypeError: n.asString is not a function
❯ test/adap-b01/names/Name.test.ts:23:14
|
test/adap-b01/names/Name.test.ts > Escape character extravaganza > test escape and delimiter boundary conditions:
test/adap-b01/names/Name.test.ts#L31
TypeError: n.asString is not a function
❯ test/adap-b01/names/Name.test.ts:31:14
|
test
Process completed with exit code 1.
|
build:
src/adap-b02/names/StringArrayName.ts#L1
Module '"./Name"' has no exported member 'DEFAULT_DELIMITER'.
|
build:
src/adap-b02/names/StringArrayName.ts#L1
Module '"./Name"' has no exported member 'ESCAPE_CHARACTER'.
|
build:
src/adap-b02/names/StringName.ts#L1
Module '"./Name"' has no exported member 'DEFAULT_DELIMITER'.
|
build:
src/adap-b02/names/StringName.ts#L1
Module '"./Name"' has no exported member 'ESCAPE_CHARACTER'.
|
build:
src/adap-b03/names/AbstractName.ts#L1
Module '"./Name"' has no exported member 'DEFAULT_DELIMITER'.
|
build:
src/adap-b03/names/AbstractName.ts#L1
Module '"./Name"' has no exported member 'ESCAPE_CHARACTER'.
|
build:
src/adap-b03/names/StringName.ts#L2
Module '"./Name"' has no exported member 'ESCAPE_CHARACTER'.
|
build:
src/adap-b04/names/AbstractName.ts#L5
Cannot find module '../common/MethodFailureException' or its corresponding type declarations.
|
build:
src/adap-b04/names/StringArrayName.ts#L3
Cannot find module '../common/MethodFailureException' or its corresponding type declarations.
|
build:
test/adap-b01/names/Name.test.ts#L7
Property 'asString' does not exist on type 'Name'.
|