[SalesForce] Custom Labels and tests

Can I access the value of a custom label during an Apex test? Do I have to use "SeeAllData=true" to get the value? If so, what value do I get back when not using "SeeAllData=true"?

The documentation is silent on these points.

https://help.salesforce.com/apex/HTViewHelpDoc?id=cl_about.htm&language=en_US

Best Answer

Just tested, Test class can access custom label. No need to enable seeAllDate=true.