CAS Unit Tests
Clover coverage report - CAS Unit Tests
Coverage timestamp: Mon Jul 4 2005 18:13:17 CDT
file stats: LOC: 29   Methods: 4
NCLOC: 15   Classes: 1
 
 Source file Conditionals Statements Methods TOTAL
NoPermissionFault.java - 0% 0% 0%
coverage
 1    /**
 2    * NoPermissionFault.java
 3    *
 4    * This file was auto-generated from WSDL
 5    * by the Apache Axis 1.2RC2 Jun 16, 2005 (10:54:53 EDT) WSDL2Java emitter.
 6    */
 7   
 8    package org.globus.cas.faults;
 9   
 10    public class NoPermissionFault extends org.apache.axis.AxisFault {
 11    public java.lang.String description;
 12  0 public java.lang.String getDescription() {
 13  0 return this.description;
 14    }
 15   
 16  0 public NoPermissionFault() {
 17    }
 18   
 19  0 public NoPermissionFault(java.lang.String description) {
 20  0 this.description = description;
 21    }
 22   
 23    /**
 24    * Writes the exception data to the faultDetails
 25    */
 26  0 public void writeDetails(javax.xml.namespace.QName qname, org.apache.axis.encoding.SerializationContext context) throws java.io.IOException {
 27  0 context.serialize(qname, null, description);
 28    }
 29    }