context-specification

How (strategy) to unit test properties (get/set) in BDD style?

孤街浪徒 提交于 2019-12-10 17:52:38
问题 I have a class (of many) that have properties. Some have logic in them and some don't. Assuming I want to test these properties, how do I go about doing that? Recently, I've been interested in BDD style for creating unit tests. see here and here. So I'd do a setup of the context - basically create the SUT and load up whatever is needed. Then in each Observation (test method), I'd verify that a particular property contains what it should contain. Here's my question. If the SUT has 20