Skip to content

Tidy README examples#58

Merged
nlativy merged 1 commit into
masterfrom
improve-readme
Apr 27, 2026
Merged

Tidy README examples#58
nlativy merged 1 commit into
masterfrom
improve-readme

Conversation

@nlativy
Copy link
Copy Markdown
Collaborator

@nlativy nlativy commented Apr 27, 2026

Summary

  • Fix typo MyFakeDatabse -> MyFakeDatabase in the test isolation example.
  • Replace Joda-Time API in the WebDriver example with java.time: Duration.ofSeconds(5) and pass MAX_WAIT directly to WebDriverWait, which accepts java.time.Duration in modern Selenium.
  • Add the missing new keyword in install(...) module instantiations across three examples.
  • Lowercase code-block language tags (Java -> java, XML -> xml) for consistency.
  • Use "JUnit 4" with a space when referring to the framework version (the JUnit4.class literal stays as-is — that's a class name).

Test plan

  • Eyeball rendered README on the PR page

- Fix typo "MyFakeDatabse" -> "MyFakeDatabase".
- Replace Joda-Time API in the WebDriver example with java.time
  (Duration.ofSeconds, plus pass MAX_WAIT directly to WebDriverWait
  which accepts java.time.Duration in modern Selenium).
- Add the missing "new" keyword in install(...) module instantiations.
- Lowercase code-block language tags for consistency.
- Use "JUnit 4" with a space when referring to the framework version.
@nlativy nlativy merged commit 70c0695 into master Apr 27, 2026
3 checks passed
@nlativy nlativy deleted the improve-readme branch May 14, 2026 13:34
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

Successfully merging this pull request may close these issues.

1 participant