Author: sebb
Date: Tue Apr 25 15:23:26 2006
New Revision: 397000

URL: http://svn.apache.org/viewcvs?rev=397000&view=rev
Log:
Dummy Sampler for testing

Added:
    
jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/samplers/NullSampler.java
   (with props)

Added: 
jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/samplers/NullSampler.java
URL: 
http://svn.apache.org/viewcvs/jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/samplers/NullSampler.java?rev=397000&view=auto
==============================================================================
--- 
jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/samplers/NullSampler.java
 (added)
+++ 
jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/samplers/NullSampler.java
 Tue Apr 25 15:23:26 2006
@@ -0,0 +1,31 @@
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * 
+ */
+
+package org.apache.jmeter.samplers;
+
+/**
+ * 
+ * Dummy class for testing purposes
+ *
+ */
+public class NullSampler extends AbstractSampler {
+
+    public SampleResult sample(Entry e) {
+        return new SampleResult();
+    }
+
+}

Propchange: 
jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/samplers/NullSampler.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: 
jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/samplers/NullSampler.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision

Propchange: 
jakarta/jmeter/branches/rel-2-1/test/src/org/apache/jmeter/samplers/NullSampler.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to