Accessing Custom Configurations in NUnit class
        Posted  
        
            by 
                Martin Ongtangco
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Martin Ongtangco
        
        
        
        Published on 2010-12-29T00:47:10Z
        Indexed on 
            2010/12/29
            0:54 UTC
        
        
        Read the original article
        Hit count: 222
        
I'm really banging my head onto this one. I can't make the Custom Configuration to work with NUnit. It kept on failing to read the configuration file.
I followed carefully this article: http://devlicio.us/blogs/derik_whittaker/archive/2006/11/13/app-config-and-custom-configuration-sections.aspx
placed the references in the Unit test class App.Config, still everything failed.
Is there some sort of a magic setting to do here?
© Stack Overflow or respective owner