From 2775733ee1e9e5b506d50b7bcb8234e4f58bcf8e Mon Sep 17 00:00:00 2001 From: Kelly Walker Date: Wed, 30 Jan 2019 09:01:58 -0600 Subject: Update advanced.md casing in example Updated the example that says not to use SetupTestSuite with a small 'u' to actually use a small 'u' --- googletest/docs/advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googletest/docs/advanced.md b/googletest/docs/advanced.md index dbe6694a..acb7f240 100644 --- a/googletest/docs/advanced.md +++ b/googletest/docs/advanced.md @@ -1198,7 +1198,7 @@ also supports per-test-suite set-up/tear-down. To use it: 1. Outside your test fixture class (typically just below it), define those member variables, optionally giving them initial values. 1. In the same test fixture class, define a `static void SetUpTestSuite()` - function (remember not to spell it as **`SetUpTestSuite`** with a small `u`!) + function (remember not to spell it as **`SetupTestSuite`** with a small `u`!) to set up the shared resources and a `static void TearDownTestSuite()` function to tear them down. -- cgit v1.2.3