This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<!-- taken from: http://windyroad.com.au/dl/Open%20Source/JUnit.xsd --> | |
<!-- added review result by: https://windyroad.zendesk.com/entries/56354186-Your-open-source-JUnit-XSD --> | |
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" | |
attributeFormDefault="unqualified"> | |
<xs:annotation> | |
<xs:documentation xml:lang="en"> | |
JUnit test result schema for the Apache Ant JUnit and JUnitReport tasks Copyright © 2011, Windy Road Technology Pty. Limited The Apache Ant JUnit XML Schema is distributed under the terms of the GNU Lesser General Public License (LGPL) http://www.gnu.org/licenses/lgpl.html Permission to waive conditions of this license may be requested from Windy Road Support (http://windyroad.org/support). | |
</xs:documentation> | |
</xs:annotation> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace ea_export_diagram | |
{ | |
class Program | |
{ | |
static int Main() | |
{ | |
// ...should be taken from command-line arguments btw... |