BeanUnit

Bean单元测试,支持测试方法加参数,并支持参数解析(类似Leopard MVC)、支持Test类注册为Spring Bean。

License

License

GroupId

GroupId

io.leopard
ArtifactId

ArtifactId

beanunit
Last Version

Last Version

0.9.12
Release Date

Release Date

Type

Type

pom
Description

Description

BeanUnit
Bean单元测试,支持测试方法加参数,并支持参数解析(类似Leopard MVC)、支持Test类注册为Spring Bean。

Download beanunit

Filename Size
beanunit-0.9.12.pom 610 bytes
Browse

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

leopard

Versions

Version
0.9.12
0.9.11