Code Monkey home page Code Monkey logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
I think:

SecurityManager.IsGranted(new StorePermission(StorePermissionFlags.CreateStore))

would do it. I'll experiment, assigning to myself.

Original comment by [email protected] on 2 Sep 2010 at 7:32

from nhin-d.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
OK, that doesn't do it. I'm not sure the required security permission. The 
following code does make the error go away, but is sufficiently hinky that I'm 
not comfortable putting it in.


            try
            {
                AgentTester.EnsureStandardMachineStores();
            }
            catch (CryptographicException e)
            {
                if (e.Message.Trim() == "Access is denied.")
                {
                    // Don't have admin privs
                }
                else
                {
                    throw;
                }
            }


This post: 
http://www.ademiller.com/blogs/tech/2009/09/conditional-acceptance-tests-with-xu
nit-net/

Describes a method to conditionally not run tests, but I'm not an xunit expert 
and xunit itself is so poorly documented that I'm not sure how to put it into 
practice...

Original comment by [email protected] on 2 Sep 2010 at 7:59

from nhin-d.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 20, 2024
There are a number of good blogs out on xUnit - one of the best guys is located 
here

http://blog.benhall.me.uk/2008/01/introduction-to-xunit.html
http://blog.benhall.me.uk/2008/01/introduction-to-xunitnet-extensions.html
http://blog.benhall.me.uk/2008/01/creating-your-own-xunit-extension.html

I'll take a look at it. Also, there are samples that can be downloaded with the 
xunit installer (I did not include those in the external\xunit which could be 
beneficial in learning as well). If anything, I found that it is as least as 
well documented as NUnit and other test frameworks, but maybe I'm biased or 
indifferent ;)

Original comment by [email protected] on 3 Sep 2010 at 4:23

from nhin-d.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.