Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SERG-Delft/mooc-software-testing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: beajifu/mooc-software-testing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 18 files changed
  • 1 contributor

Commits on Nov 8, 2018

  1. Configuration menu
    Copy the full SHA
    0a51d3a View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Wrote a program myself that returns the number of roman number

    add some tests for my program
    beajifu committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    b307a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02a6580 View commit details
    Browse the repository at this point in the history
  3. add display message for test case

    add todo's for the RomanToNum class
    beajifu committed Nov 9, 2018
    Configuration menu
    Copy the full SHA
    13f1701 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7a48f9a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Configuration menu
    Copy the full SHA
    7735fd6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. add tests for the Mirror-class

    resolve the bug in the Mirror-class
    beajifu committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    0c0b864 View commit details
    Browse the repository at this point in the history
  2. add tests for the GHappy-class

    resolve the bug in the GHappy-class
    beajifu committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    23fd412 View commit details
    Browse the repository at this point in the history
  3. add tests for the CaesarShiftCipher-class

    resolve the bugs in the CaesarShiftCipher-class
    beajifu committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    62c7a97 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. add tests for method 'addTwoNumbers' in class TwoNumbersSum

    resolve the bug in the class TwoNumbersSum (correct sum if the number
    of digits in the sum is higher then the maximum of the digits of the
    two numbers)
    beajifu committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    825ad32 View commit details
    Browse the repository at this point in the history
  2. add tests for method 'setNewPrices in class DiscountApplier

    resolve the bug in the class DiscountApplier (change discount from
    BUSINESS and HOME, rounding result)
    beajifu committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    1070d93 View commit details
    Browse the repository at this point in the history
Loading