Assertions in Java
From: tp (thinusp_at_gmail.com)
Date: 09/27/04
- Next message: Stefan Schulz: "Re: Assertions in Java"
- Previous message: Jacob: "Re: How do I use ObjectOutputStream with my objects?"
- Next in thread: Stefan Schulz: "Re: Assertions in Java"
- Reply: Stefan Schulz: "Re: Assertions in Java"
- Reply: Chris Smith: "Re: Assertions in Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Sep 2004 03:26:12 -0700
Hi there
I need to write a program that looks approximately like this:
main() {
objects;
m();
}
m() {
check an assertion about all objects
}
I need some help with this. Is there a way to list all the objects
used in your program (modifying the objects are allowed).
Any ideas?
Thanx
Thinus
- Next message: Stefan Schulz: "Re: Assertions in Java"
- Previous message: Jacob: "Re: How do I use ObjectOutputStream with my objects?"
- Next in thread: Stefan Schulz: "Re: Assertions in Java"
- Reply: Stefan Schulz: "Re: Assertions in Java"
- Reply: Chris Smith: "Re: Assertions in Java"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]