Package

Source Code of TestGithubIssue

import com.atlauncher.reporter.GithubIssue;
import org.junit.Test;

public final class TestGithubIssue{
    @Test
    public void test(){
        GithubIssue issue = new GithubIssue("Test", "Test");
        System.out.println(issue);
    }
}
TOP

Related Classes of TestGithubIssue

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.