We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
grids
graph/graph/src/test/java/com/example/graph/client/GraphDrawTestSuite.java
Line 91 in 4e3e9f3
Line 69 in 4e3e9f3
Line 48 in 4e3e9f3
Simplify expectation setup
String expected = "------\n" + "| |\n" + "| |\n" + "| xx|\n" + "------\n"; assertEquals(expected, actual);
Instead of:
Lines 99 to 100 in 4e3e9f3
Test suites that runs multiple tests, you need to reset the canvas.
Line 36 in 4e3e9f3
The text was updated successfully, but these errors were encountered:
updated
Sorry, something went wrong.
No branches or pull requests
grids
variable in testsgraph/graph/src/test/java/com/example/graph/client/GraphDrawTestSuite.java
Line 91 in 4e3e9f3
graph/graph/src/test/java/com/example/graph/client/GraphDrawTestSuite.java
Line 69 in 4e3e9f3
graph/graph/src/test/java/com/example/graph/client/GraphDrawTestSuite.java
Line 48 in 4e3e9f3
Simplify expectation setup
Instead of:
graph/graph/src/test/java/com/example/graph/client/GraphDrawTestSuite.java
Lines 99 to 100 in 4e3e9f3
Test suites that runs multiple tests, you need to reset the canvas.
graph/graph/src/test/java/com/example/graph/client/GraphDrawTestSuite.java
Line 36 in 4e3e9f3
The text was updated successfully, but these errors were encountered: