π§ ENDS_WITH Unit Tests - unit-test.logic.yaml π’
- Contextual name: π§ unit-test.logic.yaml π’
- ID:
/ce/unit-test/ends-with/unit-test.logic.yaml
- Located in: π ENDS_WITH Unit Tests π’
Flagsβ
- π’ Logic test success
- π’ Logic with test data
- π’ Unit-test logic
Input Typeβ
Type | API Name | Extracts | Extract Files | Logic Files | |
---|---|---|---|---|---|
π | π AWS EC2 Instance | CA10__CaAwsInstance__c | 12 | 2 | 53 |
Usesβ
None
Test Results π’β
Generated at: 2025-07-11T00:42:19.334695023Z Open
Result | Id | Condition Index | Condition Text | Runtime Error |
---|---|---|---|---|
π’ | Word-1 | βοΈ 199 | βοΈ unitTest(Word-1): not('abcklmxyz'.endsWith('abc')) | βοΈ null |
π’ | Word-2 | βοΈ 299 | βοΈ unitTest(Word-2): not('abcklmxyz'.endsWith('klm')) | βοΈ null |
π’ | Word-3 | βοΈ 399 | βοΈ unitTest(Word-3): 'abcklmxyz'.endsWith('xyz') | βοΈ null |
π’ | Word-4 | βοΈ 499 | βοΈ unitTest(Word-4): not('abcklmxyz'.endsWith('123')) | βοΈ null |
π’ | Multiple-1 | βοΈ 599 | βοΈ unitTest(Multiple-1): not('abc klm xyz'.endsWith('abc')) | βοΈ null |
π’ | Multiple-2 | βοΈ 699 | βοΈ unitTest(Multiple-2): not('abc klm xyz'.endsWith('klm')) | βοΈ null |
π’ | Multiple-3 | βοΈ 799 | βοΈ unitTest(Multiple-3): 'abc klm xyz'.endsWith('xyz') | βοΈ null |
π’ | Multiple-4 | βοΈ 899 | βοΈ unitTest(Multiple-4): not('abc klm xyz'.endsWith('123')) | βοΈ null |
π’ | Whitespace-1 | βοΈ 999 | βοΈ unitTest(Whitespace-1): ' aa bb cc '.endsWith('bb cc') | βοΈ null |
π’ | Whitespace-2 | βοΈ 1099 | βοΈ unitTest(Whitespace-2): 'aa bb cc'.endsWith(' bb cc ') | βοΈ null |
π’ | Whitespace-3 | βοΈ 1199 | βοΈ unitTest(Whitespace-3): ''.endsWith('\n\r\t') | βοΈ null |
π’ | Whitespace-4 | βοΈ 1299 | βοΈ unitTest(Whitespace-4): 'a b c'.endsWith(' a\n b \r c \t') | βοΈ null |
π’ | Case-1 | βοΈ 1399 |