Path: blob/master/test/functional/Java9andUp/testUnreflect.xml
6000 views
<?xml version="1.0" encoding="UTF-8"?>12<!-- Copyright (c) 2018, 2021 IBM Corp. and others This program and the accompanying3materials are made available under the terms of the Eclipse Public License42.0 which accompanies this distribution and is available at https://www.eclipse.org/legal/epl-2.0/5or the Apache License, Version 2.0 which accompanies this distribution and6is available at https://www.apache.org/licenses/LICENSE-2.0. This Source7Code may also be made available under the following Secondary Licenses when8the conditions for such availability set forth in the Eclipse Public License,9v. 2.0 are satisfied: GNU General Public License, version 2 with the GNU10Classpath Exception [1] and GNU General Public License, version 2 with the11OpenJDK Assembly Exception [2]. [1] https://www.gnu.org/software/classpath/license.html12[2] http://openjdk.java.net/legal/assembly-exception.html SPDX-License-Identifier:13EPL-2.0 OR Apache-2.0 OR GPL-2.0 WITH Classpath-exception-2.0 OR LicenseRef-GPL-2.014WITH Assembly-exception -->1516<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">17<!-- We need a separate file because the classes mentioned in the normal testng.xml are not visible. -->18<suite name="Java9andUp suite" parallel="none" verbose="2">19<listeners>20<listener class-name="org.openj9.test.util.IncludeExcludeTestAnnotationTransformer"/>21</listeners>22<test name="UnreflectTests">23<classes>24<class name="org.openj9.test.modularity.tests.UnreflectTests" />25</classes>26</test>27</suite> <!-- Suite -->282930