microsoft/gctoolkit

Public

mirrored from https://github.com/microsoft/gctoolkitAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
8d88dfc64891b1a877ddaeeab104d9e94119e6f4

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

sample/src/test/java/module-info.java

10lines · modepreview

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.

open module com.microsoft.gctoolkit.sample.test {
    requires com.microsoft.gctoolkit.sample;

    requires java.logging;
    requires org.junit.jupiter.api;
    requires org.junit.jupiter.engine;
}