mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-17 22:03:37 -06:00
Bazaar: GoogleTestUIExample now shows how to simulate click and mock action.
git-svn-id: svn://ultimatepp.org/upp/trunk@14992 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5f3d6509e1
commit
e39620c940
4 changed files with 33 additions and 15 deletions
|
|
@ -5,16 +5,16 @@
|
|||
|
||||
namespace Upp
|
||||
{
|
||||
class AppWindow final : public TopWindow
|
||||
class AppWindow : public TopWindow
|
||||
{
|
||||
public:
|
||||
Button button;
|
||||
|
||||
public:
|
||||
AppWindow();
|
||||
|
||||
private:
|
||||
void OnClick();
|
||||
|
||||
private:
|
||||
Button button;
|
||||
protected:
|
||||
virtual void OnButtonClick();
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue