mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
[xtext][tests] Use org.junit.Assert rather than junit.framework.Assert
This avoid unnecessary deprecation warnings on the server Change-Id: I0a1ace2703a211f632355495bd3b6d092edb48ef
This commit is contained in:
parent
617965332c
commit
24197724d5
1 changed files with 1 additions and 2 deletions
|
@ -7,13 +7,12 @@
|
|||
*******************************************************************************/
|
||||
package org.eclipse.xtext.junit4;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
import org.eclipse.emf.ecore.EValidator;
|
||||
import org.eclipse.xtext.XtextPackage;
|
||||
import org.eclipse.xtext.junit4.InjectWith;
|
||||
import org.eclipse.xtext.junit4.XtextRunner;
|
||||
import org.eclipse.xtext.validation.CompositeEValidator;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
|
|
Loading…
Reference in a new issue