• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

se-edu / addressbook-level4 / 4939

Builds Branch Commit Type Ran Committer Via Coverage
4939 migration_junit5 TemporaryFolder: Migrate to JUnit 5 TempDir Currently, we use TemporaryFolder rules, as part of testing with JUnit 4. To manage the temporary folder, many classes such as JsonAddressBookStorageTest implement the same custom method addToTestDataPa... Pull #959 24 Feb 2019 02:27PM UTC web-flow travis-ci pending completion   set done
4938 user-messages3 Adopt a uniform toString() format for value classes The criteria used for determining which classes to implement the standardized toString() methods are: * Must already implement equals() This is a strong signal that the classes are "valu... Pull #974 24 Feb 2019 01:25PM UTC web-flow travis-ci pending completion   set done
4937 user-messages3 Adopt a uniform toString() format for value classes The criteria used for determining which classes to implement the standardized toString() methods are: * Must already implement equals() This is a strong signal that the classes are "valu... Pull #974 24 Feb 2019 01:18PM UTC web-flow travis-ci pending completion   set done
4936 user-messages3 Adopt a uniform toString() format for value classes The criteria used for determining which classes to implement the standardized toString() methods are: * Must already implement equals() This is a strong signal that the classes are "valu... Pull #974 24 Feb 2019 01:18PM UTC web-flow travis-ci pending completion   set done
4934 migration_junit5 TestApp: Refactor constants into AddressBookSystemTest Currently, TestApp has the constants SAVE_LOCATION_FOR_TESTING and DEFAULT_PREF_FILE_LOCATION_FOR_TESTING. While DEFAULT_PREF_FILE_LOCATION_FOR_TESTING is used by TestApp for initialisation, ... Pull #959 24 Feb 2019 12:12PM UTC web-flow travis-ci pending completion   set done
4933 migration_junit5 AddressBookParserTest: Refactor assertParseSuccess and assertParseFailure Currently, AddressBookParserTest uses assertTrue(commandType instanceof Command) to check for successful command parsing, and multiple thrown statements to check for proper... Pull #959 24 Feb 2019 07:51AM UTC web-flow travis-ci pending completion   set done
4932 migration_junit5 JUnit: Migrate to use JUnit 5 test runner Currently, we use JUnit 4 test runner (org.junit.Test) to execute our unit and system testing. As we migrate to JUnit 5 to adopt new features such as extensions and temporary directories, we need to use ... Pull #959 24 Feb 2019 07:38AM UTC web-flow travis-ci pending completion   set done
4931 migration_junit5 UiTest: Use JUnit 5 style tests and extension Currently, we use JUnit 4 style tests in the UI segment of unit tests. JUnit 5 offers a more declarative and extension-based unit test, to encourage reuse of components common to all tests. As we mig... Pull #959 24 Feb 2019 07:15AM UTC web-flow travis-ci pending completion   set done
4930 master Remove Guava dependency (#972) Remove Guava dependency to make application maintenance easier. [1/3] PersonCard: display tags in sorted order [2/3] build.gradle: remove Guava dependency [3/3] README: fix typo: TextFX -> TestFX push 24 Feb 2019 06:14AM UTC web-flow travis-ci pending completion   set done
4929 migration_junit5 UiTest: Use JUnit 5 style tests and extension Currently, we use JUnit 4 style tests in the UI segment of unit tests. JUnit 5 offers a more declarative and extension-based unit test, to encourage reuse of components common to all tests. As we mig... Pull #959 24 Feb 2019 05:28AM UTC web-flow travis-ci pending completion   set done
4928 migration_junit5 Assert statements: Migrate to JUnit 5 API Currently, we use JUnit 4's Assert API. For example, in most classes, we import org.junit.Assert.assertFalse or org.junit.Assert.assertEquals. In JUnit 5, the API has migrated to org.junit.jupiter.api.As... Pull #959 23 Feb 2019 03:59PM UTC web-flow travis-ci pending completion   set done
4927 user-messages3 Adopt a uniform toString() format Pull #974 23 Feb 2019 03:09PM UTC web-flow travis-ci pending completion   set done
4926 migration_junit5 Temporary folder: Create helper class to manage temporary directory contents Currently, we use JUnit 4 style TemporaryFolder. TemporaryFolders are initialised by the classes that require them. Many classes, such as JsonAddressBookStorageTest and ... Pull #959 23 Feb 2019 09:53AM UTC web-flow travis-ci pending completion   set done
4925 migration_junit5 ga Pull #959 23 Feb 2019 09:52AM UTC web-flow travis-ci pending completion   set done
4923 migration_junit5 IndexTest: Simplify assertions Currently, IndexTest uses JUnit 4, which has poor support for asserting thrown exceptions. Hence, we create our own method IndexTest#assertCreateFailure to encapsulate the idea of asserting thrown exceptions. As we... Pull #959 23 Feb 2019 08:58AM UTC web-flow travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • …
  • 77
  • 78
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc