cvs commit: jakarta-jmeter/src/components/org/apache/jmeter/assertions ResponseAssertion.java

2003-03-17 Thread jsalvata
jsalvata2003/03/17 01:24:48 Modified:src/components/org/apache/jmeter/assertions ResponseAssertion.java Log: Removed non-ascii character from test. This should solve a unit test failure under Gump. Revision ChangesPath 1.6 +5 -4

Simple one

2003-03-17 Thread Koby Dabush
Title: Untitled Document How do I create simple assertion test for a jsp page with the extention of JMeter Thanks alot... Yaakov (Koby) Dabush 1301 Shoreway Road, Suite 302, Belmont, CA 94002Tel: +1.650.632.0101 Fax: +1.650.802.6709Arie et

AW: Proposed JavaSamplerClient changes

2003-03-17 Thread Wolfram Rittmeyer
I don't think your proposed interface-naming-scheme is any better to read. Take the Visualizer for example. Well the name says everything needed: It IS A Visualizer and I really would hate to read every time I need a visualizer that I would need a IVisualizer. And the objects I instantiate are

cvs commit: jakarta-jmeter/docs/usermanual best-practices.html boss.html build-adv-web-test-plan.html build-db-test-plan.html build-ftp-test-plan.html build-jndi-test-plan.html build-test-plan.html build-web-test-plan.html component_reference.html functions.html get-started.html glossary.html index.html intro.html remote-test.html test_plan.html

2003-03-17 Thread mstover1
mstover12003/03/17 06:55:50 Modified:docs bugs.html changes.html contributing.html extending.html how_to_use_jmeter.html index.html installing.html license.html running.html todo.html docs/extending JMeter Extension

Naming Interfaces (was: Proposed JavaSamplerClient changes)

2003-03-17 Thread BAZLEY, Sebastian
Consider: Visualizer = Interface xxxVisualiser = class - except when xxx = Image === Likewise with Listener: These are Interfaces: AccumListener GraphAccumListener GraphListener Listener ModelListener RemoteSampleListener ... These are not Interfaces: GlobalMouseListener JMeterTreeListener

DO NOT REPLY [Bug 18070] New: - Would Like Dynamic linking of .jmx files

2003-03-17 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18070. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

AW: Naming Interfaces (was: Proposed JavaSamplerClient changes)

2003-03-17 Thread Wolfram Rittmeyer
Oh, I have to clarify: Of course I want to name access-methods getAttribute1(), getAttribuet2(), isBoolValue()... But I do neither want to name attributes themselves in a way that they reflect their type (except for boolean values which I mostly name like isXYZ or hasXYZ), nor do I want any

Re: Proposed JavaSamplerClient changes

2003-03-17 Thread Bob Cotton
Jeremy == Jeremy Arnold [EMAIL PROTECTED] writes: Jeremy Hello, Jeremy In my recent work with the JavaSampler I have noticed Jeremy a couple of Jeremy minor shortcomings in the API. I would like to fix these Jeremy shortcomings, but this will require changes to the