easy-test

Easy for Test

License

License

GroupId

GroupId

xyz.srclab.common
ArtifactId

ArtifactId

easy-test
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

easy-test
Easy for Test
Project URL

Project URL

https://github.com/srclab-projects/easy-common
Source Code Management

Source Code Management

https://github.com/srclab-projects/easy-common

Download easy-test

Dependencies

runtime (4)

Group / Artifact Type Version
xyz.srclab.common : easy-annotations jar 1.0.0
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.71
org.apache.commons : commons-lang3 jar
org.testng : testng jar

Project Modules

There are no modules declared in this project.

Welcome to Boat

Boat

More see docs/

Contact

License

Apache 2.0 license


There seems to be something below...































































































































boat-egg: Wow, you found me!

public class EggSample {

    @Test
    public void testEgg() {
        EggManager eggManager = BoatEggManager.INSTANCE;
        Egg egg = eggManager.pick("O Space Battle");
        //egg.hatchOut("Thank you, Taro.");
        egg.hatchOut("谢谢你,泰罗。");
    }
}
class EggSampleKt {

    @Test
    fun testEgg() {
        val egg = BoatEggManager.pick("O Space Battle")
        //egg.hatchOut("Thank you, Taro.")
        egg.hatchOut("谢谢你,泰罗。")
    }
}
xyz.srclab.common

Source Lab

Fun with Coding and Researching

Versions

Version
1.0.0
0.0.0