Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openj9
Path: blob/master/test/functional/Java9andUp/testUnreflect.xml
6000 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- Copyright (c) 2018, 2021 IBM Corp. and others This program and the accompanying
4
materials are made available under the terms of the Eclipse Public License
5
2.0 which accompanies this distribution and is available at https://www.eclipse.org/legal/epl-2.0/
6
or the Apache License, Version 2.0 which accompanies this distribution and
7
is available at https://www.apache.org/licenses/LICENSE-2.0. This Source
8
Code may also be made available under the following Secondary Licenses when
9
the conditions for such availability set forth in the Eclipse Public License,
10
v. 2.0 are satisfied: GNU General Public License, version 2 with the GNU
11
Classpath Exception [1] and GNU General Public License, version 2 with the
12
OpenJDK Assembly Exception [2]. [1] https://www.gnu.org/software/classpath/license.html
13
[2] http://openjdk.java.net/legal/assembly-exception.html SPDX-License-Identifier:
14
EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.0
15
WITH Assembly-exception -->
16
17
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
18
<!-- We need a separate file because the classes mentioned in the normal testng.xml are not visible. -->
19
<suite name="Java9andUp suite" parallel="none" verbose="2">
20
<listeners>
21
<listener class-name="org.openj9.test.util.IncludeExcludeTestAnnotationTransformer"/>
22
</listeners>
23
<test name="UnreflectTests">
24
<classes>
25
<class name="org.openj9.test.modularity.tests.UnreflectTests" />
26
</classes>
27
</test>
28
</suite> <!-- Suite -->
29
30