-
Book Overview & Buying
-
Table Of Contents
Learning ArcGIS Runtime SDK for .NET
By :
The examples we've discussed here so far have been high-level. We should actually write some other unit tests that test for null values, invalid properties, and so on, so that we can find bugs in our code. But, more importantly, we really should test for badly-designed components. The test-driven development (TDD) process is where unit testing shines. TDD is a powerful way of designing software components in an interactive way, so that their behavior is specified through the unit test. TDD helps you write software components that individually behave as designed. With TDD, you can easily refactor your code and it provides a way to document your code as you write it. Ultimately, what's great about TDD is that our components have been designed from the ground up—at the unit level. This way, we can make changes to the component, and as long as we don't change the interface, all other components should have no idea that it has changed. For more information...
Change the font size
Change margin width
Change background colour