?? testmappingprocessor.java
字號(hào):
/* * 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"); }}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -