Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sumas #333

Closed
ecuzma opened this issue May 19, 2024 · 1 comment
Closed

sumas #333

ecuzma opened this issue May 19, 2024 · 1 comment

Comments

@ecuzma
Copy link

ecuzma commented May 19, 2024

import static org.junit.jupiter.api.Assertions.assertEquals;

import example.util.Calculator;

import org.junit.jupiter.api.Test;

class MyFirstJUnitJupiterTests {

private final Calculator calculator = new Calculator();

@Test
void addition() {
    assertEquals(2, calculator.add(1, 1));
}

}

@mannodermaus
Copy link
Owner

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants