Giter VIP home page Giter VIP logo

Comments (1)

daehwan2yo avatar daehwan2yo commented on June 2, 2024

Junit5 Test Method Annotation

ParameterizedTest

ValueSource

해당 어노테이션에 지정한 배열의 요소들을 순서대로 파라미터로 넘겨준다.
short, byte, int, long, float, double, char, String, Class 로 배열의 타입을 구성할 수 있다.
@ValueSource(strings = {"ABC", "DEF", "GHI"})

RepeatedTest

반복적인 같은 작업을 테스트할때 사용한다. 인자로 횟수를 넘겨준다.
@RepeatedTest(3)

TestFactory

able to use Dynamic Test, return type must be Collection, Stream else (정해진 type 외의 반환 타입은 JunitException)
dynamicTest(테스트명, Executable )
https://www.baeldung.com/junit5-dynamic-tests

TestTemplate

https://www.baeldung.com/junit5-test-templates

from msa-playground.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.