AutoJunit

a project about auto gen junit source

Лицензия

Лицензия

Категории

Категории

JUnit Тестирование компонентов Auto Библиотеки уровня приложения Code Generators
Группа

Группа

com.github.onlypiglet
Идентификатор

Идентификатор

autojunit
Последняя версия

Последняя версия

1.0.1-alpha
Дата

Дата

Тип

Тип

pom
Описание

Описание

AutoJunit
a project about auto gen junit source
Ссылка на сайт

Ссылка на сайт

https://github.com/onlypiglet/AutoJunit
Система контроля версий

Система контроля версий

https://github.com/onlypiglet/AutoJunit.git

Скачать autojunit

Имя Файла Размер
autojunit-1.0.1-alpha.pom 6 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.onlypiglet/autojunit/ -->
<dependency>
    <groupId>com.github.onlypiglet</groupId>
    <artifactId>autojunit</artifactId>
    <version>1.0.1-alpha</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.onlypiglet/autojunit/
implementation 'com.github.onlypiglet:autojunit:1.0.1-alpha'
// https://jarcasting.com/artifacts/com.github.onlypiglet/autojunit/
implementation ("com.github.onlypiglet:autojunit:1.0.1-alpha")
'com.github.onlypiglet:autojunit:pom:1.0.1-alpha'
<dependency org="com.github.onlypiglet" name="autojunit" rev="1.0.1-alpha">
  <artifact name="autojunit" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.onlypiglet', module='autojunit', version='1.0.1-alpha')
)
libraryDependencies += "com.github.onlypiglet" % "autojunit" % "1.0.1-alpha"
[com.github.onlypiglet/autojunit "1.0.1-alpha"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • autojunit-core
  • autojunit-plugin

AutoJunit

LICENSEGPL Licencejdk>=1.8codacyAJ AJ


简介

自动生成基于Maven工程的Junit的单元测试文件

快速入门

<dependency>
    <groupId>com.github.onlypiglet</groupId>
    <artifactId>autojunit-core</artifactId>
    <version>1.0.1-alpha</version>
</dependency>


<plugin>    
    <groupId>com.github.onlypiglet</groupId>
    <artifactId>autojunit</artifactId>
    <version>1.0.1-alpha</version>   
    <executions>        
        <execution>            
            <phase>generate-test-sources</phase>            
            <goals>                
                <goal>genjunit</goal>            
            </goals>        
        </execution>    
    </executions>
</plugin>

在Pom.xml中添加相应插件,并执行mvn clean generate-test-sources

Версии библиотеки

Версия
1.0.1-alpha
1.0.0-alpha