📄 testmappingprocessor.java
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -