Coder Social home page Coder Social logo

repeat-runner's Introduction

repeat-runner

implement repeat testing feature using JUnit4

repeat-runner's People

Contributors

il-kyun avatar

Watchers

James Cloos avatar  avatar

repeat-runner's Issues

테스트 케이스 클래스의 전후 처리 기능 추가

제약사항:
@BeforeClass, @afterclass annotation 이 정의 될 메소드는 반드시 public 접근자에 void 리턴 타입이며 static이어야 합니다.

요구사항:
@BeforeClass, @afterclass annotation을 이용해서 테스트 케이스 클래스의 전후 처리를 할 수 있는 기능을 구현해주세요.
@BeforeClass, @afterclass annotation을 이용해서 테스트 케이스 클래스의 전후 처리로 정의 된 메소드에 대해서 제약사항을 만족하는지 검증하는 기능을 구현해주세요.

테스트 케이스의 공통 전후 처리 기능 추가

제약사항:
@before, @after annotation 이 정의 될 메소드는 반드시 public 접근자에 void 리턴 타입이며 static이 아니어야 합니다.

요구사항:
@before, @after annotation을 이용해서 테스트 케이스 마다 공통 전후 처리를 할 수 있는 기능을 구현해주세요.
@before, @after annotation을 이용해서 테스트 케이스 마다 공통 전후 처리로 정의 된 메소드에 대해서 제약사항을 만족하는지 검증하는 기능을 구현해주세요.

Spy 객체 기능 추가

요구사항:
테스트 케이스에 Spy 객체를 사용할 수 있는 기능을 구현해주세요.

Mock 객체 기능 추가

요구사항:
테스트 케이스에 Mock 객체를 사용할 수 있는 기능을 구현해주세요.

구현 보강

요구사항:
구현한 기능에서 보강을 해야하는 케이스를 찾아서 해결해주세요.

@RunWith를 사용하여 테스트를 반복실행 할 수 있도록 RepeatRunner 를 구현해주세요.

  • 요구사항:
    RunWith를 사용하여 테스트를 반복실행 할 수 있도록 RepeatRunner 를 구현해주세요.
    Repeat Annotation은 직접 구현해주세요.
    Rule은 사용하지 마세요.
    Gradle Project로 구성해주세요.
    IntelliJ 의 JUnit 실행기로 MyTestClass 전체를 한번에 실행시킬 수도 있고, testMyCode 테스트 메소드만 직접 실행시킬 수도 있어야 합니다.

  • 조건:
    JUnit version: 4.12
    JVM version: 1.8.0_191

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.