Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
2 seconds
Duration
8 minutes
Labels
None
Revisions
Git
5ebd49d2c98902dd42725b861c1409194c3a7dbc 5ebd49d2c98902dd42725b861c1409194c3a7dbc
Release scripts
bb61e06483cd415a55b72cceac8d10ad00ee4e8a bb61e06483cd415a55b72cceac8d10ad00ee4e8a
Total tests
556
Successful since
#305 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Git
Author Commit Message Commit date
Ivo Ulrich <teleivo@users.noreply.github.com> Ivo Ulrich <teleivo@users.noreply.github.com> 5ebd49d2c98902dd42725b861c1409194c3a7dbc 5ebd49d2c98902dd42725b861c1409194c3a7dbc Merge pull request #511 from teleivo/validator-tests
Extract a test helper class for testing Validators
teleivo <mrteleivo@gmail.com> teleivo <mrteleivo@gmail.com> ab372558e50e4b3158c91de09848408710c206bb ab372558e50e4b3158c91de09848408710c206bb Extract a test helper class for testing Validators
* extract a test helper class to reduce duplcation in testing Validators
* arrange ValidatorTests similarly, make Errors, Validator under test
and the valid object a member of the test class to remove boilerplate
in tests
* arrange tests in Arrange, Act, Assert style
* split the null, empty string, whitespace tests into separate tests so
they do not depend on each other