⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 workitemcase.java

📁 一个工作流设计及定义的系统,可以直接与数据库结合进行系统工作流程的定义及应用.
💻 JAVA
字号:
//// TestCase.java//// jmettraux@openwfe.org//// generated with // jtmpl 1.0.04 20.11.2001 John Mettraux (jmettraux@openwfe.org)//package openwfe.org.engine._test;/** * The test cases for the package * * <p><font size=2>CVS Info : * <br>$Author: jmettraux $ * <br>$Date: 2005/05/17 16:40:20 $ * <br>$Id: WorkitemCase.java,v 1.3 2005/05/17 16:40:20 jmettraux Exp $ </font> * * @author jmettraux@openwfe.org */public class WorkitemCase    extends junit.framework.TestCase{    //    // FIELDS    //    // CONSTRUCTORS    public WorkitemCase (String name)    {        super(name);    }    //    // METHODS    public void setUp ()    {    }    public void tearDown ()    {    }    //    // TEST METHODS    /*    public void testSignature ()    {        try        {            RsaKey[] keys = RsaKey.generateKeyPair(1024);            RsaKey publicKey = keys[0];            RsaKey privateKey = keys[1];            InFlowWorkItem wi = new InFlowWorkItem();            wi.sign("tsaleboueb", privateKey);            wi.verify(publicKey);        }        catch (CryptoException ce)        {            ce.printStackTrace();            Assert.fail("verification failed ");        }        Assert.assertTrue(true);    }    */}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -