License |
License |
---|---|
GroupId | GroupIdio.leopard |
ArtifactId | ArtifactIdbeanunit |
Last Version | Last Version0.9.12 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionBeanUnit
Bean单元测试,支持测试方法加参数,并支持参数解析(类似Leopard MVC)、支持Test类注册为Spring Bean。
|
Filename | Size |
---|---|
beanunit-0.9.12.pom | 610 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.leopard/beanunit/ -->
<dependency>
<groupId>io.leopard</groupId>
<artifactId>beanunit</artifactId>
<version>0.9.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.leopard/beanunit/
implementation 'io.leopard:beanunit:0.9.12'
// https://jarcasting.com/artifacts/io.leopard/beanunit/
implementation ("io.leopard:beanunit:0.9.12")
'io.leopard:beanunit:pom:0.9.12'
<dependency org="io.leopard" name="beanunit" rev="0.9.12">
<artifact name="beanunit" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.leopard', module='beanunit', version='0.9.12')
)
libraryDependencies += "io.leopard" % "beanunit" % "0.9.12"
[io.leopard/beanunit "0.9.12"]