As a relatively new Clojure user, I have a relatively simple app which 
parses a complex JSON structure into a database.

I have test code which verifies all the basic database functions, but I'm 
not sure how best to exercise all the parsing code.  The JSON parser is 
built-in, and most of my code is navigating each structure, picking out 
fields of interest to build the objects for the database.

What would be a good strategy for tests that would exercise this 
intermediate layer of the app, between the JSON and the database, where the 
heart of the app logic actually lies?

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to