Writing testable code

How am I going to test this?

I write unit tests so the code works as expected. There are guidelines for writing testable code.

Here are some flaws when designing code that makes it difficult for tests: