Added more tests
This commit is contained in:
parent
a57c5afd62
commit
079671626a
7 changed files with 58 additions and 5 deletions
|
@ -44,7 +44,9 @@ class TestFormat {
|
|||
t.setAttribute(TestCase.FOO, "374380141731053");
|
||||
assertThat(t.getContent()).as("UK AMEX").isEqualTo("1053");
|
||||
t.setAttribute(TestCase.FOO, "000000000000001");
|
||||
assertThat(t.getContent()).isEmpty();
|
||||
assertThat(t.getContent()).as("000000000000001").isEmpty();
|
||||
t.setAttribute(TestCase.FOO, "");
|
||||
assertThat(t.getContent()).as("").isEmpty();
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue