testmappingprocessor.java
来自「METAmorphoses is a system for flexible a」· Java 代码 · 共 49 行
JAVA
49 行
/* * Created on 17.4.2005 * * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */package cz.cvut.felk.cs.metamorphoses.mapping;import junit.framework.TestCase;/** * @author martin * */public class TestMappingProcessor extends TestCase { /* * @see TestCase#setUp() */ protected void setUp() throws Exception { super.setUp(); } /* * @see TestCase#tearDown() */ protected void tearDown() throws Exception { super.tearDown(); } /** * Constructor for TestMappingProcessor. * @param arg0 */ public TestMappingProcessor(String arg0) { super(arg0); } public void testGetClassByTemplateName() { } public void testGetJdbcDriver() { fail("bad b"); }}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?