Skip to content

Conversation

@nippipo
Copy link

@nippipo nippipo commented May 5, 2021

Kannst du mir bitte Feedback geben? Vielen Dank im Voraus

Copy link
Owner

@HtwProgramming HtwProgramming left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gefällt mir sehr gut die Lösung.

void startWithPattern() {
String expectedStartWith = "Java programming is so";
boolean actual = testObject.create().startsWith(expectedStartWith);
assertEquals(true,actual);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ginge etwas einfacher mit:

Suggested change
assertEquals(true,actual);
assertTrue(actual);

Comment on lines +13 to +14
implementation 'org.junit.jupiter:junit-jupiter:5.7.0'
implementation 'junit:junit:4.13.1'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eigentlich nicht notwendig, da die Dependencies bereits da waren.

@HtwProgramming HtwProgramming added the good first issue Good for newcomers label May 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants