Java Extreme Programming Cookbook phần 1 ppt

Java Extreme Programming Cookbook phần 1 ppt

Java Extreme Programming Cookbook phần 1 ppt

... Servers Chapter 11 . Additional Topics Section 11 .1. Introduction Section 11 .2. Testing XML Files Section 11 .3. Enterprise JavaBeans Testing Tools Section 11 .4. Avoiding ... Section 10 .8. Setting Up Ant to Use Tomcat's Manager Web Application Section 10 .9. Hot-Deploying to JBoss Section 10 .10 . Hot-Deploying a Web Application to J...
Ngày tải lên : 12/08/2014, 19:21
  • 28
  • 282
  • 0
Java Extreme Programming Cookbook phần 4 pptx

Java Extreme Programming Cookbook phần 4 pptx

... interaction with the GUI. 4 .17 .4 See Also Recipe 4 .19 discusses problems with java. awt.Robot. Chapter 11 provides some references to Swing-specific testing tools. Recipe 11 .6 discusses some pros ... up" and continue. [10 ] Example 4 -11 shows the unit test, which ties everything together. [10 ] notifyAll() can only be called within synchronized code. Example 4 -11 . Asy...
Ngày tải lên : 12/08/2014, 19:21
  • 28
  • 338
  • 0
Java Extreme Programming Cookbook phần 6 ppt

Java Extreme Programming Cookbook phần 6 ppt

... echoed to the console. Example 6 -11 shows the output from typing the following command: java mockmaker.MockMaker javax.swing.event.TableModelListener Example 6 -11 . Generated mock object import ... Using HttpSession Section 7 .10 . Testing Servlet Initialization Parameters Section 7 .11 . Testing Servlet Filters Section 7 .12 . Securing Cactus Tests Section 7 .13 . Using HttpUnit...
Ngày tải lên : 12/08/2014, 19:21
  • 28
  • 263
  • 0
Java Extreme Programming Cookbook phần 2 pot

Java Extreme Programming Cookbook phần 2 pot

... Matches Does not match * .java Person .java Person.class Person* .java Person .java, PersonA .java, PersonBoss .java P .java, BossPerson .java Test? .java TestA .java Test .java, TestOne .java **/*.txt a.txt, ... 3 .11 Implementing Conditional Logic 3 .11 .1 Problem You want to selectively execute portions of a build based on conditional logic. 3 .11 .2 Solution Use target d...
Ngày tải lên : 12/08/2014, 19:21
  • 28
  • 340
  • 0
Java Extreme Programming Cookbook phần 3 pdf

Java Extreme Programming Cookbook phần 3 pdf

... TestGame("testGameInitialState"), 20)); 4 .10 .4 See Also Recipe 4 .14 shows more examples of RepeatedTest. 4 .11 Test Naming Conventions 4 .11 .1 Problem You want to define a naming convention for your tests. 4 .11 .2 Solution ... 4 .10 . Repeating Tests Section 4 .11 . Test Naming Conventions Section 4 .12 . Unit Test Organization Section 4 .13 . Exception Handling...
Ngày tải lên : 12/08/2014, 19:21
  • 28
  • 287
  • 0
Java Extreme Programming Cookbook phần 5 pot

Java Extreme Programming Cookbook phần 5 pot

... functionality is implemented. 5 .10 .4 See Also Recipe 5.8 and Recipe 5.9 show how to test other aspects of HTML forms. 5 .11 Testing Through a Firewall 5 .11 .1 Problem You want to test a remote ... functionality works. 5 .12 .4 See Also See O'Reilly's Java Servlet Programming by Jason Hunter to learn more about cookies. 5 .13 Testing Secure Pages 6.5 Testing JDBC...
Ngày tải lên : 12/08/2014, 19:21
  • 28
  • 357
  • 0
Java Extreme Programming Cookbook phần 7 pdf

Java Extreme Programming Cookbook phần 7 pdf

... !this.wasInvoked); } } } 7 .11 .4 See Also Recipe 7 .12 describes how to write a secure Cactus test. For more information on Mock Objects, see Chapter 6 . 7 .12 Securing Cactus Tests 7 .12 .1 Problem You ... Example 7 -12 . Security filter package com.oreilly.javaxp.cactus.filter; import javax.servlet.*; import javax.servlet.http.HttpServletRequest; import java. io.IOExcep...
Ngày tải lên : 12/08/2014, 19:21
  • 28
  • 251
  • 0
Java Extreme Programming Cookbook phần 8 potx

Java Extreme Programming Cookbook phần 8 potx

... Section 9 .10 . Creating an Ant XDoclet Task Section 9 .11 . Creating an XDoclet Tag Handler Section 9 .12 . Creating a Template File Section 9 .13 . Creating an XDoclet xdoclet.xml File Section 9 .14 . ... CustomerBean. Normally, you package com.oreilly.javaxp.xdoclet.ejbdoclet.ejb; import java. rmi.RemoteException; import javax.ejb.EJBHome; import javax.ejb.CreateException;...
Ngày tải lên : 12/08/2014, 19:21
  • 28
  • 332
  • 0
Java Extreme Programming Cookbook phần 9 potx

Java Extreme Programming Cookbook phần 9 potx

... Section 10 .8. Setting Up Ant to Use Tomcat's Manager Web Application Section 10 .9. Hot-Deploying to JBoss Section 10 .10 . Hot-Deploying a Web Application to JBoss Section 10 .11 . Testing ... released) 2.4 (Work-in-progress at Sun) 2.0 4 .1. x 2.3 1. 2 3.3 .1 2.2 1. 1 JBoss, available from http://www.jboss.org, is an open source EJB container. JBoss is extremely speci...
Ngày tải lên : 12/08/2014, 19:21
  • 28
  • 188
  • 0
Java Extreme Programming Cookbook phần 10 potx

Java Extreme Programming Cookbook phần 10 potx

... 11 .2. Testing XML Files Section 11 .3. Enterprise JavaBeans Testing Tools Section 11 .4. Avoiding EJB Testing Section 11 .5. Testing Swing GUIs Section 11 .6. Testing Private Methods 11 .1 ... JBoss/Tomcat. 10 .11 .4 See Also Recipe 10 .3 shows how to hot deploy to Tomcat. Recipe 10 .9 and Recipe 10 .10 discuss how to hot deploy to JBoss. Chapter 11 . Additional Topi...
Ngày tải lên : 12/08/2014, 19:21
  • 21
  • 265
  • 0
Từ khóa: