Skip to content

Instantly share code, notes, and snippets.

View ssproessig's full-sized avatar
🏠
Working from home

Sören Sprößig ssproessig

🏠
Working from home
  • Berlin, Germany
View GitHub Profile
@ssproessig
ssproessig / junit-4.xsd
Created July 22, 2014 06:32
JUnit XSD
<?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>
@ssproessig
ssproessig / Program.cs
Created July 15, 2014 13:22
Sparx Systems Enterprise Architect: Export diagram to a file
using System;
namespace ea_export_diagram
{
class Program
{
static int Main()
{
// ...should be taken from command-line arguments btw...