Please see https://github.com/marcphilipp/junit/blob/release-notes-file-extension/doc/ReleaseNotes4.11.md
This file contains 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
package de.xpdays.junit; | |
import static org.junit.Assert.assertEquals; | |
import static org.junit.Assume.assumeTrue; | |
import org.junit.experimental.theories.Theories; | |
import org.junit.experimental.theories.Theory; | |
import org.junit.runner.RunWith; | |
import com.pholser.junit.parameters.ForAll; |
This file contains 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
!style_error(Unknown construction message:) sun.org.mozilla.javascript.internal.EvaluatorException: illegal character (#107) in at line number 107 |
This file contains 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Sum Up Tasks</title> | |
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.css" /> | |
<script type="text/javascript" src="http://code.jquery.com/jquery-1.5.2.min.js"></script> | |
<script type="text/javascript" src="http://code.jquery.com/ui/1.8.13/jquery-ui.min.js"></script> | |
<script type="text/javascript" src="http://code.jquery.com/mobile/1.0a4.1/jquery.mobile-1.0a4.1.min.js"></script> | |
<style> | |
#sum-bar h4 { |
This file contains 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
package de.marcphilipp.dnd.model; | |
public class Eintrag { | |
private final String description; | |
private Gruppe gruppe; | |
public Eintrag(String description) { | |
this.description = description; | |
} |
This file contains 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
package de.marcphilipp.dbunit.example; | |
import static org.h2.engine.Constants.UTF8; | |
import static org.hamcrest.CoreMatchers.is; | |
import static org.hamcrest.CoreMatchers.nullValue; | |
import static org.junit.Assert.assertThat; | |
import java.io.File; | |
import javax.sql.DataSource; |
This file contains 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
---+!! Header | |
<sticky> | |
Allgemeiner Einleitungstext… | |
<div style="clear:both"></div> | |
<div style="margin-top:-1em;"> | |
<div style="float:left;width:310px;padding-right:20px;margin-right:20px;"> |
This file contains 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
!ENTRY org.eclipse.ui.workbench 4 0 2012-05-11 10:24:25.368 | |
!MESSAGE An unexpected exception was thrown. | |
!STACK 0 | |
java.util.ConcurrentModificationException | |
at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:953) | |
at java.util.LinkedList$ListItr.next(LinkedList.java:886) | |
at de.andrena.golf.course.model.GolfCourse.anyHoleIsDirty(GolfCourse.java:235) | |
at de.andrena.golf.course.model.GolfCourse.isDirty(GolfCourse.java:141) | |
at de.andrena.golf.course.client.ui.internal.editcourses.CourseEditor.isDirty(CourseEditor.java:254) | |
at org.eclipse.ui.internal.SaveAction.updateState(SaveAction.java:98) |
This file contains 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
// | |
// primefactorsTests.h | |
// primefactorsTests | |
// | |
// Created by Marc Philipp on 04.08.12. | |
// Copyright (c) 2012 __MyCompanyName__. All rights reserved. | |
// | |
#import <SenTestingKit/SenTestingKit.h> |
This file contains 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
/* | |
Theme Name: Twenty Twelve Child by PabstWP | |
Theme URI: http://pabstwp.de/ | |
Author: Matthias Pabst | |
Author URI: http://pabstwp.de/ | |
Description: Child Theme for WordPress Standard Theme Twenty Twelve with additional menus and footer widget areas. | |
Version: 1.0 | |
License: GNU General Public License v2 or later | |
License URI: http://www.gnu.org/licenses/gpl-2.0.html | |
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, footer-sidebar |
OlderNewer