/partition-test-positive-thinking

test partition for positive thinking

Primary LanguageJava

Quick Build

If you want to bootstrap Maven, you'll need:

  • Java 11+
  • Maven 3.0.5 or later

Compile

To compile the full project, please execute the following command :

    $> mvn clean install

To Execute test

To execute the test case , please execute the following command :

    $> mvn test

To View source test

To view source code of test , open the file:

    $> nano src/test/java/org/example/PartitionTest.java