File tree Expand file tree Collapse file tree 4 files changed +10
-13
lines changed
tests/com.eclipsesource.jshint.test
src/com/eclipsesource/jshint Expand file tree Collapse file tree 4 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ Import-Package: org.junit;version="4.8.2",
99 org.junit.runner;version="4.8.2",
1010 org.junit.runners;version="4.8.2"
1111Bundle-Vendor : EclipseSource
12- Require-Bundle : org.hamcrest;bundle-version="1.1.0"
12+ Require-Bundle : org.hamcrest.core ;bundle-version="1.1.0"
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2012 EclipseSource.
2+ * Copyright (c) 2012, 2013 EclipseSource.
33 * All rights reserved. This program and the accompanying materials
44 * are made available under the terms of the Eclipse Public License v1.0
55 * which accompanies this distribution, and is available at
2121import org .mozilla .javascript .EcmaError ;
2222import org .mozilla .javascript .JavaScriptException ;
2323
24- import static org .hamcrest .Matchers .containsString ;
25- import static org .hamcrest .Matchers .startsWith ;
26-
24+ import static org .hamcrest .CoreMatchers .containsString ;
25+ import static org .hamcrest .CoreMatchers .startsWith ;
2726import static org .junit .Assert .*;
2827
2928
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2012 EclipseSource.
2+ * Copyright (c) 2012, 2013 EclipseSource.
33 * All rights reserved. This program and the accompanying materials
44 * are made available under the terms of the Eclipse Public License v1.0
55 * which accompanies this distribution, and is available at
1616
1717import org .junit .Test ;
1818
19- import static org .hamcrest .Matchers .endsWith ;
20- import static org .hamcrest .Matchers .startsWith ;
21-
19+ import static org .hamcrest .CoreMatchers .endsWith ;
20+ import static org .hamcrest .CoreMatchers .startsWith ;
2221import static org .junit .Assert .assertEquals ;
2322import static org .junit .Assert .assertThat ;
2423
Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2012 EclipseSource.
2+ * Copyright (c) 2012, 2013 EclipseSource.
33 * All rights reserved. This program and the accompanying materials
44 * are made available under the terms of the Eclipse Public License v1.0
55 * which accompanies this distribution, and is available at
2323import org .junit .Before ;
2424import org .junit .Test ;
2525
26- import static org .hamcrest .Matchers .containsString ;
27- import static org .hamcrest .Matchers .startsWith ;
28-
26+ import static org .hamcrest .CoreMatchers .containsString ;
27+ import static org .hamcrest .CoreMatchers .startsWith ;
2928import static org .junit .Assert .assertEquals ;
3029import static org .junit .Assert .assertThat ;
3130
You can’t perform that action at this time.
0 commit comments